ports/mail/mailagent/files/patch-ac
1997-09-16 01:03:34 +00:00

21 lines
526 B
Text

--- agent/filter/io.c.orig Tue Sep 16 00:36:10 1997
+++ agent/filter/io.c Tue Sep 16 09:30:39 1997
@@ -110,6 +110,9 @@
#ifdef I_SYS_IOCTL
#include <sys/ioctl.h>
#endif
+#ifdef I_SYS_PARAM
+#include <sys/param.h>
+#endif
/*
* The following should be defined in <sys/stat.h>.
@@ -673,7 +676,7 @@
*/
char **envp; /* Environment pointer */
-#ifdef UNION_WAIT
+#if defined(UNION_WAIT) && (!defined(BSD) || BSD < 199306)
union wait status; /* Waiting status */
#else
int status; /* Status from command */