mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
Add two new development ports tracking the latest w1.fi development. WPA developement is hosted at git://w1.fi/hostap.git however ports plumbing provides API access to github. Therefore I cloned/forked hostap, renaming "origin" to "upstream," with a brand-new "origin" located on github. In theory this will allow me to git pull from git://w1.fi/hostap.git and push to my github repo. This will coincide with base tracking more recent developent at w1.fi, supporting WPA3. Discussed with: phillip@
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>
|