summaryrefslogtreecommitdiff
path: root/net/wimon/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/wimon/patches/patch-aa')
-rw-r--r--net/wimon/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/wimon/patches/patch-aa b/net/wimon/patches/patch-aa
new file mode 100644
index 00000000000..4f9a4991f00
--- /dev/null
+++ b/net/wimon/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1 2006/01/08 21:29:50 joerg Exp $
+
+--- showi.c.orig 2006-01-08 21:26:47.000000000 +0000
++++ showi.c
+@@ -51,6 +51,13 @@
+ #include <net/if_var.h>
+ #include <net/ethernet.h>
+ #include <dev/wi/if_wavelan_ieee.h>
++
++#elif defined(__DragonFly__)
++#include <net/if_var.h>
++#include <net/ethernet.h>
++#include <netproto/802_11/if_wavelan_ieee.h>
++#include <sys/endian.h>
++
+ #else
+
+ #include <netinet/in.h>