mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
8f30f8ef6a
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
12 lines
273 B
C
12 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>
|