summaryrefslogtreecommitdiff
path: root/news/nntp/files/patch-server-netaux.c
diff options
context:
space:
mode:
Diffstat (limited to 'news/nntp/files/patch-server-netaux.c')
-rw-r--r--news/nntp/files/patch-server-netaux.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/news/nntp/files/patch-server-netaux.c b/news/nntp/files/patch-server-netaux.c
new file mode 100644
index 000000000000..f606f444ecd7
--- /dev/null
+++ b/news/nntp/files/patch-server-netaux.c
@@ -0,0 +1,11 @@
+--- server/netaux.c.orig Tue Jun 4 21:22:30 2002
++++ server/netaux.c Tue Jun 4 21:23:10 2002
+@@ -261,7 +261,7 @@
+
+ reaper()
+ {
+-#ifndef USG
++#if !defined(USG) && !defined(BSD_44)
+ union wait status;
+
+ while (wait3(&status, WNOHANG, (struct rusage *)0) > 0)