summaryrefslogtreecommitdiff
path: root/mail/mailagent/files/patch-ac
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-09-29 03:26:48 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-09-29 03:26:48 +0000
commit9310542f0e67b003686b730d380803575d660c03 (patch)
treec1d06883e34e558d42843b9e15f088c2b4534d3e /mail/mailagent/files/patch-ac
parentUpgrade, 1.6 -> 1.62. (diff)
A sophisticated mail processing program.
Diffstat (limited to 'mail/mailagent/files/patch-ac')
-rw-r--r--mail/mailagent/files/patch-ac31
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/mailagent/files/patch-ac b/mail/mailagent/files/patch-ac
new file mode 100644
index 000000000000..a6e05f1db4b5
--- /dev/null
+++ b/mail/mailagent/files/patch-ac
@@ -0,0 +1,31 @@
+*** agent/filter/io.c.orig Fri Sep 1 05:11:42 1995
+--- agent/filter/io.c Fri Mar 29 04:05:28 1996
+***************
+*** 69,74 ****
+--- 69,77 ----
+ #include <stdio.h>
+ #include <errno.h>
+ #include <sys/stat.h>
++ #ifdef _HAVE_PARAM_H
++ #include <sys/param.h>
++ #endif
+
+ #ifdef I_SYS_WAIT
+ #include <sys/wait.h>
+***************
+*** 428,434 ****
+ */
+
+ char **envp; /* Environment pointer */
+! #ifdef UNION_WAIT
+ union wait status; /* Waiting status */
+ #else
+ int status; /* Status from command */
+--- 431,437 ----
+ */
+
+ char **envp; /* Environment pointer */
+! #if defined(UNION_WAIT) && !defined(BSD)
+ union wait status; /* Waiting status */
+ #else
+ int status; /* Status from command */