summaryrefslogtreecommitdiff
path: root/net/xfce4-wavelan-plugin/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/xfce4-wavelan-plugin/patches/patch-aa')
-rw-r--r--net/xfce4-wavelan-plugin/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/xfce4-wavelan-plugin/patches/patch-aa b/net/xfce4-wavelan-plugin/patches/patch-aa
deleted file mode 100644
index 3663f3ec884..00000000000
--- a/net/xfce4-wavelan-plugin/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/02/10 12:22:29 martti Exp $
-
---- panel-plugin/wi_bsd.c.orig 2005-02-10 14:08:46.000000000 +0200
-+++ panel-plugin/wi_bsd.c 2005-02-10 14:16:01.000000000 +0200
-@@ -49,4 +49,8 @@
- #ifdef __NetBSD__
-+#if __NetBSD_Version__ > 106250000
- #include <net80211/ieee80211.h>
- #include <net80211/ieee80211_ioctl.h>
-+#else
-+#include <net/if_ieee80211.h>
-+#endif
- #include <dev/ic/wi_ieee.h>