aboutsummaryrefslogtreecommitdiff
path: root/news/nntp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-16 09:18:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-16 09:18:43 +0000
commite40b1bb94254ee08d029b3a91386fcd4ac88c210 (patch)
tree6b1e35fa939a1aded02ae43815a1fee4076bfa87 /news/nntp
parent6dcd5edfb967bb7d5f682868f2577297077ddb56 (diff)
downloadports-e40b1bb94254ee08d029b3a91386fcd4ac88c210.tar.gz
ports-e40b1bb94254ee08d029b3a91386fcd4ac88c210.zip
Fix build on current.
Submitted by: mike
Notes
Notes: svn path=/head/; revision=61349
Diffstat (limited to 'news/nntp')
-rw-r--r--news/nntp/files/patch-netaux.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/news/nntp/files/patch-netaux.c b/news/nntp/files/patch-netaux.c
new file mode 100644
index 000000000000..f606f444ecd7
--- /dev/null
+++ b/news/nntp/files/patch-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)