diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-04 10:09:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-04 10:09:34 +0000 |
commit | a3c62e4a0226dff5d5709e0fabf6702eae1e0ca6 (patch) | |
tree | 293d20a2884f3151654d2429c338df759e21eb69 /mail/masqmail-devel/files/patch-peopen.c | |
parent | Fix 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.c | 10 |
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" |