aboutsummaryrefslogtreecommitdiff
path: root/net/socks5/files
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-10-03 03:28:46 +0000
committerWarner Losh <imp@FreeBSD.org>2000-10-03 03:28:46 +0000
commited13219d7c1131773744d618ecc929e027153bbd (patch)
treeb99051e17da7bca4aabdc986f508785b1c730898 /net/socks5/files
parentf56366fc79ec62518b9ec0a267551c486d884a88 (diff)
downloadports-ed13219d7c1131773744d618ecc929e027153bbd.tar.gz
ports-ed13219d7c1131773744d618ecc929e027153bbd.zip
Notes
Diffstat (limited to 'net/socks5/files')
-rw-r--r--net/socks5/files/patch-as10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/socks5/files/patch-as b/net/socks5/files/patch-as
new file mode 100644
index 000000000000..57df76f1c5a7
--- /dev/null
+++ b/net/socks5/files/patch-as
@@ -0,0 +1,10 @@
+--- server/socket.c.orig Mon Oct 2 21:18:48 2000
++++ server/socket.c Mon Oct 2 21:18:55 2000
+@@ -66,6 +66,7 @@
+ if (errno == EINTR) continue;
+ case 0:
+ SigUnblock(set);
++ Signal(SIGCHLD, gravedigger);
+ errno = oerrno;
+ return;
+ default: