ports/net/libnids/files/patch-src::libnids.c
Peter Pentchev d1a8268500 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 :)
2010-06-11 15:05:41 +00:00

16 lines
421 B
C

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>