aboutsummaryrefslogtreecommitdiff
path: root/security/doscan/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-25 11:20:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-25 11:20:15 +0000
commitb2a721fb2198a03e92af2025cd1e3f5a7f852ebd (patch)
treee4a4c4d61947fbf17e5f78fc85a709c5e597b982 /security/doscan/files
parent4405b5a971944c4fc826d621e978183bb60f966c (diff)
downloadports-b2a721fb2198a03e92af2025cd1e3f5a7f852ebd.tar.gz
ports-b2a721fb2198a03e92af2025cd1e3f5a7f852ebd.zip
Notes
Diffstat (limited to 'security/doscan/files')
-rw-r--r--security/doscan/files/patch-src::subnets.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/doscan/files/patch-src::subnets.c b/security/doscan/files/patch-src::subnets.c
new file mode 100644
index 000000000000..59a4b80cac6d
--- /dev/null
+++ b/security/doscan/files/patch-src::subnets.c
@@ -0,0 +1,10 @@
+--- src/subnets.c.orig Wed Sep 24 13:28:27 2003
++++ src/subnets.c Wed Sep 24 13:29:59 2003
+@@ -37,7 +37,6 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+
+ static ipv4_prefix_t *subnets = 0;
+ /* list of subnets, terminated by the 0/0 prefix */