aboutsummaryrefslogtreecommitdiff
path: root/news/nntp/files/patch-server-netaux.c
blob: f606f444ecd7833de5d6d1693399bfc1b146dd08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- server/netaux.c.orig	Tue Jun  4 21:22:30 2002
+++ server/netaux.c	Tue Jun  4 21:23:10 2002
@@ -261,7 +261,7 @@
 
 reaper()
 {
-#ifndef USG
+#if !defined(USG) && !defined(BSD_44)
 	union wait	status;
 
 	while (wait3(&status, WNOHANG, (struct rusage *)0) > 0)