- add patch
This commit is contained in:
parent
3bc8bda44b
commit
bd927e3337
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260898
21
sysutils/socket/files/patch-ag
Normal file
21
sysutils/socket/files/patch-ag
Normal file
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user