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, 0 insertions, 11 deletions
diff --git a/net/dictd/files/patch-dictd.c b/net/dictd/files/patch-dictd.c
deleted file mode 100644
index f18cabb964b8..000000000000
--- a/net/dictd/files/patch-dictd.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- dictd.c.orig Mon Jun 10 02:39:20 2002
-+++ dictd.c Mon Jun 10 02:40:01 2002
-@@ -113,7 +113,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;