13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
$NetBSD: patch-aa,v 1.2 2016/04/18 08:34:35 leot Exp $
|
|
|
|
--- pcaputil.c.orig 2000-11-14 15:51:08.000000000 +0000
|
|
+++ pcaputil.c
|
|
@@ -14,6 +14,7 @@
|
|
#include <string.h>
|
|
#include <err.h>
|
|
#include <pcap.h>
|
|
+#undef BSD
|
|
#ifdef BSD
|
|
#include <pcap-int.h>
|
|
#endif
|