summaryrefslogtreecommitdiff
path: root/mail/p3scan/files/patch-parsefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p3scan/files/patch-parsefile.c')
-rw-r--r--mail/p3scan/files/patch-parsefile.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/mail/p3scan/files/patch-parsefile.c b/mail/p3scan/files/patch-parsefile.c
index a5056ab0e371..d70c0758439d 100644
--- a/mail/p3scan/files/patch-parsefile.c
+++ b/mail/p3scan/files/patch-parsefile.c
@@ -1,10 +1,16 @@
---- parsefile.c.orig Tue Feb 17 21:58:27 2004
-+++ parsefile.c Tue Feb 17 21:59:39 2004
-@@ -33,7 +33,6 @@
+--- parsefile.c.orig Wed Jan 5 20:53:04 2005
++++ parsefile.c Tue Jul 26 11:10:08 2005
+@@ -33,11 +33,12 @@
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
-#include <malloc.h>
++#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include "parsefile.h"
+ #include "getline.h"
++#include <netinet/in.h>
+
+ #define NONULL(x) ( x==NULL ? "" : x) /* this is nice, found in the mutt code */
+