aboutsummaryrefslogtreecommitdiffstats
path: root/news/nntp
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-06-16 17:18:43 +0800
committerkris <kris@FreeBSD.org>2002-06-16 17:18:43 +0800
commit8f6fb0280b10942bf83a2d3ca7fb2342921b512f (patch)
treef9f527ffa7f179b515241f5919a2152afd7daf55 /news/nntp
parentc570d543eaf6e109d943ea7c9e1529284d4af5af (diff)
downloadfreebsd-ports-gnome-8f6fb0280b10942bf83a2d3ca7fb2342921b512f.tar.gz
freebsd-ports-gnome-8f6fb0280b10942bf83a2d3ca7fb2342921b512f.tar.zst
freebsd-ports-gnome-8f6fb0280b10942bf83a2d3ca7fb2342921b512f.zip
Fix build on current.
Submitted by: mike
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)