See http://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog for list of changes since version 2.3.
14 lines
371 B
C
14 lines
371 B
C
--- src/l2_packet/l2_packet_freebsd.c.orig 2015-03-15 17:30:39 UTC
|
|
+++ src/l2_packet/l2_packet_freebsd.c
|
|
@@ -8,7 +8,10 @@
|
|
*/
|
|
|
|
#include "includes.h"
|
|
-#if defined(__APPLE__) || defined(__GLIBC__)
|
|
+#if defined(__FreeBSD__) \
|
|
+ || defined(__DragonFly__) \
|
|
+ || defined(__APPLE__) \
|
|
+ || defined(__GLIBC__)
|
|
#include <net/bpf.h>
|
|
#endif /* __APPLE__ */
|
|
#include <pcap.h>
|