diff options
Diffstat (limited to 'mail/p3scan/files/patch-scanner_sample.c')
-rw-r--r-- | mail/p3scan/files/patch-scanner_sample.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/p3scan/files/patch-scanner_sample.c b/mail/p3scan/files/patch-scanner_sample.c new file mode 100644 index 000000000000..580f1e331cbf --- /dev/null +++ b/mail/p3scan/files/patch-scanner_sample.c @@ -0,0 +1,11 @@ +--- scanner_sample.c.orig Tue Feb 17 21:58:55 2004 ++++ scanner_sample.c Tue Feb 17 21:59:01 2004 +@@ -31,7 +31,7 @@ + */ + + #include <stdio.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <sys/un.h> + #include <sys/socket.h> + |