diff options
Diffstat (limited to 'net/wistumbler2/patches/patch-ac')
-rw-r--r-- | net/wistumbler2/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/wistumbler2/patches/patch-ac b/net/wistumbler2/patches/patch-ac new file mode 100644 index 00000000000..2bc18cbfb5e --- /dev/null +++ b/net/wistumbler2/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.3 2006/01/08 21:22:58 joerg Exp $ + +--- src/stumbler.h.orig 2006-01-08 21:09:38.000000000 +0000 ++++ src/stumbler.h +@@ -54,6 +54,10 @@ + #include <net80211/ieee80211.h> + #include <net/ethernet.h> + #include <dev/wi/if_wavelan_ieee.h> ++#elif defined(__DragonFly__) ++#include <netproto/802_11/ieee80211.h> ++#include <net/ethernet.h> ++#include <netproto/802_11/if_wavelan_ieee.h> + #elif defined(__OpenBSD__) + #include "cdefs.h" + #include <sys/socket.h> |