summaryrefslogtreecommitdiff
path: root/net/scamper
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2010-08-22 21:11:10 +0000
committermarkd <markd@pkgsrc.org>2010-08-22 21:11:10 +0000
commit401d907b597f26015eb07e957f1ee2ef702b29f7 (patch)
tree9b1899d6090c9283c701fe963ac6ca3719978561 /net/scamper
parent1e8140662084c29d046dd16f5eefde9a6017d237 (diff)
downloadpkgsrc-401d907b597f26015eb07e957f1ee2ef702b29f7.tar.gz
Add the patch that got missed in the update.
Diffstat (limited to 'net/scamper')
-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));