summaryrefslogtreecommitdiff
path: root/package/libnids/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-24 20:20:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-24 20:20:09 +0200
commitbad63eb735b13e1f009a19af1dd810f7279c2ba1 (patch)
tree34bcc61fd5814931f3472a594802606316c888a8 /package/libnids/patches
parent57f1ccba214ee4d658fe2bcd61ef51651ade3225 (diff)
gcc 4.4 compatibility patches
* add the rest of the patches missed by the last commit
Diffstat (limited to 'package/libnids/patches')
-rw-r--r--package/libnids/patches/patch-src_killtcp_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libnids/patches/patch-src_killtcp_c b/package/libnids/patches/patch-src_killtcp_c
new file mode 100644
index 000000000..ddf0beb5a
--- /dev/null
+++ b/package/libnids/patches/patch-src_killtcp_c
@@ -0,0 +1,11 @@
+$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
+--- libnids-1.18.orig/src/killtcp.c 2002-08-21 18:19:40.000000000 +0200
++++ libnids-1.18/src/killtcp.c 2009-05-21 21:18:44.000000000 +0200
+@@ -100,6 +100,6 @@ void nids_killtcp(struct tcp_stream *a_t
+ if (initialized)
+ abort();
+ }
+-#elif
++#else
+ #error Something wrong with LIBNET_VER
+ #endif