summaryrefslogtreecommitdiff
path: root/news/nntpbtr/files/patch-nntpbtr.c
diff options
context:
space:
mode:
Diffstat (limited to 'news/nntpbtr/files/patch-nntpbtr.c')
-rw-r--r--news/nntpbtr/files/patch-nntpbtr.c11
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 ) ;
+ }