diff options
| author | Roy Marples <roy@marples.name> | 2014-03-05 18:11:22 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-03-05 18:11:22 +0000 |
| commit | c8b42ae14db4a7d6a3fc52dcf4ceefef5308d357 (patch) | |
| tree | 687f7af19a673db389c42be2fbebb05355d822bb /if-bsd.c | |
| parent | a98c82a03d8bc27084ded1cdc6f1b304a7651c3f (diff) | |
| download | dhcpcd-c8b42ae14db4a7d6a3fc52dcf4ceefef5308d357.tar.xz | |
Compile and work on OpenBSD.
However, there is a problem deleting both IPv4 and IPv6 subnet routes.
Also, there is a problem opening a BPF fd in non blocking mode directly and
posix_spawn(3) fails to work so we block that in configure.
Diffstat (limited to 'if-bsd.c')
| -rw-r--r-- | if-bsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ #elif __APPLE__ /* FIXME: Add apple includes so we can work out SSID */ #else +# include <net80211/ieee80211.h> # include <net80211/ieee80211_ioctl.h> #endif |
