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