1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/socket/files/patch-ag
Philip M. Gollucci bd927e3337 - add patch
2010-09-09 22:55:29 +00:00

22 lines
390 B
Plaintext

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