diff options
author | joerg <joerg> | 2011-11-26 17:17:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-11-26 17:17:53 +0000 |
commit | 47258ebfa3b9c057b4c6a9f4b633405607549210 (patch) | |
tree | f346a9e959ef08feb89bdc3df252ec09787fc6dc | |
parent | 9886a0cab4131136f65e20e39faf1d916eff3d5a (diff) | |
download | pkgsrc-47258ebfa3b9c057b4c6a9f4b633405607549210.tar.gz |
#elif requires an argument, so use plain #else here.
-rw-r--r-- | net/libnids/distinfo | 3 | ||||
-rw-r--r-- | net/libnids/patches/patch-src_killtcp.c | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/libnids/distinfo b/net/libnids/distinfo index aa70ce5dfa7..3e203b7a435 100644 --- a/net/libnids/distinfo +++ b/net/libnids/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.9 2009/02/24 00:42:29 cube Exp $ +$NetBSD: distinfo,v 1.10 2011/11/26 17:17:53 joerg Exp $ SHA1 (libnids-1.23.tar.gz) = 105bff0d0d35ab95ec90cce98cfb409f64ed44b4 RMD160 (libnids-1.23.tar.gz) = 38994ad04f688291315bfcde38d8795e7a4c4226 Size (libnids-1.23.tar.gz) = 140975 bytes +SHA1 (patch-src_killtcp.c) = 77977d660cb55405b3501375185200bc37b702b1 diff --git a/net/libnids/patches/patch-src_killtcp.c b/net/libnids/patches/patch-src_killtcp.c new file mode 100644 index 00000000000..8468833a8d6 --- /dev/null +++ b/net/libnids/patches/patch-src_killtcp.c @@ -0,0 +1,12 @@ +$NetBSD: patch-src_killtcp.c,v 1.1 2011/11/26 17:17:53 joerg Exp $ + +--- src/killtcp.c.orig 2011-11-26 02:33:07.000000000 +0000 ++++ src/killtcp.c +@@ -118,6 +118,6 @@ void nids_killtcp(struct tcp_stream *a_t + if (initialized) + abort(); + } +-#elif ++#else + #error Something wrong with LIBNET_VER + #endif |