blob: 868852d229d56d8f8d196450d04169a5c4ddf37d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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
|