openbsd-ports/sysutils/pftop/patches/patch-bpf_optimize_c
lteo de47f940ad Do not use pcap-int.h as it will be removed from /usr/include soon.
"looks reasonable" millert@
OK dcoppa@ matthew@ sthen@
2013-06-19 03:40:23 +00:00

16 lines
340 B
Plaintext

$OpenBSD: patch-bpf_optimize_c,v 1.1 2013/06/19 03:46:55 lteo Exp $
pcap-int.h no longer exists in /usr/include
--- bpf_optimize.c.orig Wed Nov 7 01:34:18 2007
+++ bpf_optimize.c Thu Jun 13 15:23:36 2013
@@ -31,7 +31,7 @@
#include <stdlib.h>
#include <memory.h>
-#include "pcap-int.h"
+#include "pcap.h"
#include "sf-gencode.h"