mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -04:00
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
14 lines
347 B
C
14 lines
347 B
C
--- parsefile.c.orig Mon May 1 00:37:13 2006
|
|
+++ parsefile.c Mon May 1 00:37:47 2006
|
|
@@ -69,9 +69,10 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <fcntl.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <sys/stat.h>
|
|
+#include <netinet/in.h>
|
|
#include "parsefile.h"
|
|
#include "getlinep3.h"
|
|
#include "p3scan.h"
|