mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
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
11 lines
343 B
C
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;
|