diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-19 11:16:46 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-19 11:16:46 +0000 |
commit | 8ec660dae71854839f7a6eb559f9034cfa405c3f (patch) | |
tree | af89285b3771c09618f9525a89e9b75241ded6a3 /mail/exact/files/patch-apconf.c | |
parent | Fix MASTER_SITES. (diff) |
Update to version 1.41
PR: ports/77724
Submitted by: Sam Lawrance <boris at brooknet.com.au>
Notes
Notes:
svn path=/head/; revision=129276
Diffstat (limited to 'mail/exact/files/patch-apconf.c')
-rw-r--r-- | mail/exact/files/patch-apconf.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/exact/files/patch-apconf.c b/mail/exact/files/patch-apconf.c new file mode 100644 index 000000000000..c7f23f49b5c3 --- /dev/null +++ b/mail/exact/files/patch-apconf.c @@ -0,0 +1,10 @@ +--- apconf.c.orig Sat Feb 19 21:05:40 2005 ++++ apconf.c Sat Feb 19 21:05:54 2005 +@@ -6,6 +6,7 @@ + */ + + #include <stdio.h> ++#include <sys/types.h> + #include <regex.h> + #include <string.h> + #include <stdlib.h> |