summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormarkd <markd>2010-08-22 21:11:10 +0000
committermarkd <markd>2010-08-22 21:11:10 +0000
commita2e10a2186718b185a92b54c4d367635521a3a42 (patch)
tree9b1899d6090c9283c701fe963ac6ca3719978561 /net
parenta85403d34e686c237a1332e6c11930f60ee032dd (diff)
downloadpkgsrc-a2e10a2186718b185a92b54c4d367635521a3a42.tar.gz
Add the patch that got missed in the update.
Diffstat (limited to 'net')
-rw-r--r--net/scamper/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/scamper/patches/patch-aa b/net/scamper/patches/patch-aa
new file mode 100644
index 00000000000..123b5789f52
--- /dev/null
+++ b/net/scamper/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2010/08/22 21:11:10 markd Exp $
+
+--- scamper_firewall.c.orig 2010-05-06 22:54:22.000000000 +0000
++++ scamper_firewall.c
+@@ -830,7 +830,7 @@ static void ipfw_cleanup(void)
+
+ #endif /* HAVE_IPFW */
+
+-#if defined(HAVE_IPTABLES) || defined(__sun__) || defined(_WIN32)
++#if defined(HAVE_IPTABLES) || defined(__sun__) || defined(_WIN32) || defined(__NetBSD__)
+ static scamper_firewall_entry_t *firewall_entry_get(void)
+ {
+ return malloc_zero(sizeof(scamper_firewall_entry_t));