diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-03 14:23:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-03 14:23:07 +0000 |
commit | e0553647f73878bcef4b31ac2562cf241f8c0b6d (patch) | |
tree | 86d2ab99b29621113cbed016f2d6e8bafc6c90c4 /net/libnids/files/patch-src::libnids.c | |
parent | - Unbreak sasl support (diff) |
Fix on 10, whilst gcc is exporting inline functions, clang isn't.
Sponsored by: Absolight
Diffstat (limited to 'net/libnids/files/patch-src::libnids.c')
-rw-r--r-- | net/libnids/files/patch-src::libnids.c | 16 |
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> |