summaryrefslogtreecommitdiff
path: root/sysutils/socket/files/patch-utils.c
blob: 27fa1ef5585a550c507af7649092dafa38b4b2a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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: