From 401d907b597f26015eb07e957f1ee2ef702b29f7 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 22 Aug 2010 21:11:10 +0000 Subject: Add the patch that got missed in the update. --- net/scamper/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/scamper/patches/patch-aa (limited to 'net/scamper') 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)); -- cgit v1.2.3