freebsd-ports/mail/p3scan/files/patch-getlinep3.c
Edwin Groothuis 8f30f8ef6a [UPDATE] mail/p3scan to 2.3.2
Update port mail/p3scan to version 2.3.2.
	By default UVSCAN is off, because we have OSS clamav.
	User changed to system mailnull.
	Possible description must be changed too, because new version
	can POP3S, SMTP transparent proxing.

PR:		ports/96673
Submitted by:	edwin@FreeBSD.org
2006-10-31 21:50:01 +00:00

11 lines
273 B
C

--- getlinep3.c.orig Mon May 1 00:39:10 2006
+++ getlinep3.c Mon May 1 00:39:28 2006
@@ -37,7 +37,7 @@
#include <stdio.h>
#include <unistd.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdarg.h>
#include <fcntl.h>
#include <sys/time.h>