diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-07-29 00:42:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-07-29 00:42:28 +0000 |
commit | 525c4b2b27485292aefe06fb6a9e40054208fe29 (patch) | |
tree | 8438d4aa42f35efe7bcd6e193628ede6cbea193a /mail/p3scan/files/patch-scanner_basic.c | |
parent | Add moc. (diff) |
update mail/p3scan from 1.0.2 to 2.1
PR: ports/84137
Submitted by: dawnshade <h-k@mail.ru>
Notes
Notes:
svn path=/head/; revision=140356
Diffstat (limited to 'mail/p3scan/files/patch-scanner_basic.c')
-rw-r--r-- | mail/p3scan/files/patch-scanner_basic.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/p3scan/files/patch-scanner_basic.c b/mail/p3scan/files/patch-scanner_basic.c index 35c4d842f8da..177c0b2d6095 100644 --- a/mail/p3scan/files/patch-scanner_basic.c +++ b/mail/p3scan/files/patch-scanner_basic.c @@ -1,10 +1,11 @@ ---- scanner_basic.c.orig Tue Feb 17 21:58:49 2004 -+++ scanner_basic.c Tue Feb 17 22:20:28 2004 -@@ -34,8 +34,9 @@ +--- scanner_basic.c.orig Thu Jan 6 04:53:04 2005 ++++ scanner_basic.c Fri Jul 29 10:26:09 2005 +@@ -33,9 +33,10 @@ + #include <stdio.h> #include <string.h> #include <sys/wait.h> - #include <sys/stat.h> +#include <netinet/in.h> + #include <sys/stat.h> #include <errno.h> -#include <malloc.h> +#include <stdlib.h> |