summaryrefslogtreecommitdiff
path: root/net/dictd/files/patch-dictd.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dictd/files/patch-dictd.c')
-rw-r--r--net/dictd/files/patch-dictd.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/dictd/files/patch-dictd.c b/net/dictd/files/patch-dictd.c
new file mode 100644
index 000000000000..ab1b44d33fc8
--- /dev/null
+++ b/net/dictd/files/patch-dictd.c
@@ -0,0 +1,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;