summaryrefslogtreecommitdiff
path: root/net/dictd/files/patch-dictd.c
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-01-28 19:13:59 +0000
committerClive Lin <clive@FreeBSD.org>2001-01-28 19:13:59 +0000
commit5cc7b4668487e15d94ede0d0e8a67417ff02b26f (patch)
tree4b79c988082591d051edadd1a189e7d9a0038d80 /net/dictd/files/patch-dictd.c
parentFix unfetchable distfile. (diff)
o Properly use wait3(2)
o Portlint o Resolve T_USER conflicts (trap.h in base system) o Properly handle CFLAGS o Add net/dictd-database as RUN_DEPENDS o Bump PORTREVISION Approved by: MAINTAINER
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;