diff options
Diffstat (limited to 'net/dictd/files/patch-dictd.c')
-rw-r--r-- | net/dictd/files/patch-dictd.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/dictd/files/patch-dictd.c b/net/dictd/files/patch-dictd.c index ab1b44d33fc8..f18cabb964b8 100644 --- a/net/dictd/files/patch-dictd.c +++ b/net/dictd/files/patch-dictd.c @@ -1,11 +1,11 @@ ---- dictd.c~ Mon Jan 29 01:51:25 2001 -+++ dictd.c Mon Jan 29 01:59:29 2001 -@@ -97,7 +97,7 @@ +--- 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__) ) +-#if defined(__osf__) || (defined(__sparc) && defined(__SVR4)) ++#if defined(__FreeBSD__) || defined(__osf__) || (defined(__sparc) && defined(__SVR4)) int status; #else union wait status; |