summaryrefslogtreecommitdiff
path: root/net/libnids/files/patch-src::libnids.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/libnids/files/patch-src::libnids.c')
-rw-r--r--net/libnids/files/patch-src::libnids.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/libnids/files/patch-src::libnids.c b/net/libnids/files/patch-src::libnids.c
deleted file mode 100644
index e514cf2fdf25..000000000000
--- a/net/libnids/files/patch-src::libnids.c
+++ /dev/null
@@ -1,16 +0,0 @@
-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>