freebsd-ports/net/wistumbler2/files/patch-src-sniffer.c
Pav Lucistnik 263da1c74b - Update to 2.0 pre7
PR:		ports/66535
Submitted by:	Adrian Steinmann <ast@marabu.ch>
Approved by:	maintainer timeout (14 days)
2004-05-28 21:13:53 +00:00

12 lines
261 B
C

--- src/sniffer.c.orig Tue May 11 18:00:24 2004
+++ src/sniffer.c Tue May 11 18:03:48 2004
@@ -1,7 +1,9 @@
#ifdef USE_PCAP
#include <pcap.h>
+#ifndef __FreeBSD__
#include <net/dlt.h>
+#endif
#include <stdio.h>
extern char *iface1;
#define BUFSIZE 65540