1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/news/nntpbtr/files/patch-nntpbtr.c
Kris Kennaway e40b1bb942 Fix build on current.
Submitted by:	mike
2002-06-16 09:18:43 +00:00

12 lines
228 B
C

--- 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 ) ;
}