summaryrefslogtreecommitdiff
path: root/sysutils/socket/files/patch-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/socket/files/patch-utils.c')
-rw-r--r--sysutils/socket/files/patch-utils.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/socket/files/patch-utils.c b/sysutils/socket/files/patch-utils.c
new file mode 100644
index 000000000000..27fa1ef5585a
--- /dev/null
+++ b/sysutils/socket/files/patch-utils.c
@@ -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:
+
+