af4292a926
for the GKrellM-2 port of the wireless plugin.
17 lines
454 B
Text
17 lines
454 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2004/02/24 23:28:35 cube Exp $
|
|
|
|
--- wireless.h.orig Sun Sep 9 09:25:55 2001
|
|
+++ wireless.h
|
|
@@ -32,7 +32,11 @@
|
|
#include <net/if_ether.h>
|
|
#include <net/if_media.h>
|
|
#include <net/if_ieee80211.h>
|
|
- #include <dev/pcmcia/if_wi_ieee.h>
|
|
+# if __NetBSD_Version__ > 105210000
|
|
+ #include <dev/ic/wi_ieee.h>
|
|
+# else
|
|
+ #include <dev/pcmcia/if_wi_ieee.h>
|
|
+# endif
|
|
#endif
|
|
|
|
#define PLUGIN_CONFIG_KEYWORD "gkrellmwireless"
|