summaryrefslogtreecommitdiff
path: root/net/libnids/files/patch-src::libnids.c
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2010-06-11 15:05:41 +0000
committerPeter Pentchev <roam@FreeBSD.org>2010-06-11 15:05:41 +0000
commitd1a82685009fde804c133cb6e90c090c9579ab73 (patch)
tree345f569ffc7715b277099a9913afed917ec9b4f0 /net/libnids/files/patch-src::libnids.c
parent- Update to 1.1006 (diff)
Update to libnids-1.24 and specify GPL-2 as the license.
As an excuse for the flurry of port updates, I have to say that my laptop only came back with its motherboard replaced just today :)
Notes
Notes: svn path=/head/; revision=256396
Diffstat (limited to 'net/libnids/files/patch-src::libnids.c')
-rw-r--r--net/libnids/files/patch-src::libnids.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/libnids/files/patch-src::libnids.c b/net/libnids/files/patch-src::libnids.c
new file mode 100644
index 000000000000..e514cf2fdf25
--- /dev/null
+++ b/net/libnids/files/patch-src::libnids.c
@@ -0,0 +1,16 @@
+Description: Do not include the non-existent alloca.h header.
+ I'll forward this patch next week after I write a configure test for it.
+Forwarded: no
+Author: Peter Pentchev <roam@FreeBSD.org>
+Last-Update: 2010-06-011
+
+--- src/libnids.c.orig
++++ src/libnids.c
+@@ -14,7 +14,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <syslog.h>
+-#include <alloca.h>
+ #include <pcap.h>
+ #include <errno.h>
+ #include <config.h>