diff options
author | kris <kris@FreeBSD.org> | 2002-06-16 17:18:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-06-16 17:18:43 +0800 |
commit | 8f6fb0280b10942bf83a2d3ca7fb2342921b512f (patch) | |
tree | f9f527ffa7f179b515241f5919a2152afd7daf55 /news/nntpbtr | |
parent | c570d543eaf6e109d943ea7c9e1529284d4af5af (diff) | |
download | freebsd-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/nntpbtr')
-rw-r--r-- | news/nntpbtr/files/patch-nntpbtr.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/nntpbtr/files/patch-nntpbtr.c b/news/nntpbtr/files/patch-nntpbtr.c new file mode 100644 index 000000000000..f6a80ccd9299 --- /dev/null +++ b/news/nntpbtr/files/patch-nntpbtr.c @@ -0,0 +1,11 @@ +--- nntpbtr.c Tue Jun 4 21:26:27 2002 ++++ nntpbtr.c Tue Jun 4 21:26:47 2002 +@@ -95,7 +95,7 @@ + qchld() + { + int pid; +- union wait status; ++ int status; + + while( (pid = wait3(&status, WNOHANG, (struct rusage *)0)) > 0 ) ; + } |