On Thu, Nov 21, 2013 at 18:38 +0100, Mike Belopuhov wrote: > Hi, > > There's going to be a minor fallout in ports regarding the change > I just did to split kernel parts of if.h to if_var.h. While most > of the software will pick up if_var.h, there will be some that'll > fail to compile. I'm attaching patches for net/ifmcstat and > security/antisniff. Please contact me if in doubt how to fix your > port! > > Cheers, > Mike
wpa_supplicant diff Index: security/wpa_supplicant/files/driver_openbsd.c =================================================================== RCS file: /home/ncvs/ports/security/wpa_supplicant/files/driver_openbsd.c,v retrieving revision 1.1 diff -u -p -r1.1 driver_openbsd.c --- security/wpa_supplicant/files/driver_openbsd.c 28 Jan 2013 11:03:16 -0000 1.1 +++ security/wpa_supplicant/files/driver_openbsd.c 26 Nov 2013 17:44:48 -0000 @@ -10,6 +10,7 @@ #include <sys/ioctl.h> #include <net/if.h> +#include <net/if_var.h> #include <net80211/ieee80211.h> #include <net80211/ieee80211_crypto.h> #include <net80211/ieee80211_ioctl.h>
