mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
The current wpa_supplicant and hostapd have an issue with AR9285. For the time being bring back wpa_supplicant 2.9 as security/wpa_supplicant29 and hostpd 2.9 as net/hostapd29 for those cases that have an issue with wpa_supplicant/hostpad2.10 (in base and in ports) PR: 264238 MFH: 2022Q2
14 lines
371 B
C
14 lines
371 B
C
--- src/l2_packet/l2_packet_freebsd.c.orig 2014-06-04 13:26:14 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>
|