summaryrefslogtreecommitdiff
path: root/net/dictd/files/patch-dictd.c
blob: ab1b44d33fc8b3b94e2865ede8e92a4a4cafed1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- dictd.c~	Mon Jan 29 01:51:25 2001
+++ dictd.c	Mon Jan 29 01:59:29 2001
@@ -97,7 +97,7 @@
 
 static void reaper( int dummy )
 {
-#if defined(__osf__) || (defined(__sparc__) && defined(__svr4__))
+#if defined(__FreeBSD__) || defined(__osf__) || (defined(__sparc__) && defined(__svr4__) )
    int        status;
 #else
    union wait status;