ports/net/dictd/files/patch-dictd.c
Ying-Chieh Liao 3630845a2a upgrade to 1.7.1
drop maintainership
2002-06-09 18:58:48 +00:00

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;