opnsense-ports/sysutils/socket/files/patch-utils.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
390 B
C

*** 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: