aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/socket
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-10 06:55:29 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-10 06:55:29 +0800
commit0118e8f4e874e8ab32f5eace98bc0e959d00e005 (patch)
tree9db0fc96bcb80f6d5f4def75934370ef5489444e /sysutils/socket
parentcee0392adb29d6f7899cc0ef51a95d00d62e6e39 (diff)
downloadfreebsd-ports-gnome-0118e8f4e874e8ab32f5eace98bc0e959d00e005.tar.gz
freebsd-ports-gnome-0118e8f4e874e8ab32f5eace98bc0e959d00e005.tar.zst
freebsd-ports-gnome-0118e8f4e874e8ab32f5eace98bc0e959d00e005.zip
- add patch
Diffstat (limited to 'sysutils/socket')
-rw-r--r--sysutils/socket/files/patch-ag21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/socket/files/patch-ag b/sysutils/socket/files/patch-ag
new file mode 100644
index 000000000000..27fa1ef5585a
--- /dev/null
+++ b/sysutils/socket/files/patch-ag
@@ -0,0 +1,21 @@
+*** utils.c.orig Fri Feb 29 15:21:52 2008
+--- utils.c Fri Feb 29 15:23:26 2008
+***************
+*** 89,98 ****
+--- 89,102 ----
+ case SIGTTIN:
+ case SIGSTOP:
+ case SIGCONT:
+ continue ;
+ #endif
++ #ifdef SIGINFO
++ case SIGINFO:
++ continue ;
++ #endif
+ #if !defined (SIGCHLD) && defined (SIGCLD)
+ #define SIGCHLD SIGCLD
+ #endif
+ #ifdef SIGCHLD
+ case SIGCHLD:
+
+