aboutsummaryrefslogtreecommitdiff
path: root/news/nntpbtr/files/patch-nntpbtr.c
blob: f6a80ccd929931c3bc0391dd6ecfda5bccbf26e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 ) ;
 }