diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 09:18:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 09:18:43 +0000 |
commit | e40b1bb94254ee08d029b3a91386fcd4ac88c210 (patch) | |
tree | 6b1e35fa939a1aded02ae43815a1fee4076bfa87 /news/nntpbtr | |
parent | 6dcd5edfb967bb7d5f682868f2577297077ddb56 (diff) | |
download | ports-e40b1bb94254ee08d029b3a91386fcd4ac88c210.tar.gz ports-e40b1bb94254ee08d029b3a91386fcd4ac88c210.zip |
Fix build on current.
Submitted by: mike
Notes
Notes:
svn path=/head/; revision=61349
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 ) ; + } |