summaryrefslogtreecommitdiff
path: root/mail/masqmail-devel/files/patch-peopen.c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-04 10:09:34 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-04 10:09:34 +0000
commita3c62e4a0226dff5d5709e0fabf6702eae1e0ca6 (patch)
tree293d20a2884f3151654d2429c338df759e21eb69 /mail/masqmail-devel/files/patch-peopen.c
parentFix build warnings. (diff)
Fix build warnings.
PR: ports/69984 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=115394
Diffstat (limited to 'mail/masqmail-devel/files/patch-peopen.c')
-rw-r--r--mail/masqmail-devel/files/patch-peopen.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/masqmail-devel/files/patch-peopen.c b/mail/masqmail-devel/files/patch-peopen.c
new file mode 100644
index 000000000000..fd2c94c202d7
--- /dev/null
+++ b/mail/masqmail-devel/files/patch-peopen.c
@@ -0,0 +1,10 @@
+--- src/peopen.c.old Wed Aug 4 03:51:30 2004
++++ src/peopen.c Wed Aug 4 03:52:43 2004
+@@ -6,6 +6,7 @@
+ #include <unistd.h>
+ #include <string.h>
+ #include <sys/types.h>
++#include <stdlib.h>
+
+ #include "peopen.h"
+ #include "sysexits.h"