diff options
| author | Roy Marples <roy@marples.name> | 2014-12-20 14:11:38 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-12-20 14:11:38 +0000 |
| commit | 71d20c8a1228f15884f3120f6db19798075612e2 (patch) | |
| tree | 2a5ef7f5deb3370329a2f451eeb706b10576d77c /if.c | |
| parent | 7329549972eb95b1cf67ee033badedd50e5b9e80 (diff) | |
| download | dhcpcd-71d20c8a1228f15884f3120f6db19798075612e2.tar.xz | |
Fix compile on QNX. Thanks to Will Miles.
Diffstat (limited to 'if.c')
| -rw-r--r-- | if.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -70,6 +70,11 @@ #include "ipv4.h" #include "ipv6nd.h" +#ifdef __QNX__ +/* QNX carries defines for, but does not actually support PF_LINK */ +#undef IFLR_ACTIVE +#endif + void if_free(struct interface *ifp) { |
