ports/net/dictd/files/patch-dictd.c
Clive Lin 5cc7b46684 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
2001-01-28 19:13:59 +00:00

11 lines
343 B
C

--- 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;