SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
sysutils/gkrellm/plugins/wireless/patches/patch-wireless_h
Normal file
17
sysutils/gkrellm/plugins/wireless/patches/patch-wireless_h
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- wireless.h.orig Sat Dec 6 14:19:55 2003
|
||||
+++ wireless.h Fri Jan 20 13:20:14 2006
|
||||
@@ -49,6 +49,14 @@
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
+#ifdef __OpenBSD__
|
||||
+ #include <sys/types.h>
|
||||
+ #include <sys/socket.h>
|
||||
+ #include <sys/ioctl.h>
|
||||
+ #include <net/if.h>
|
||||
+ #include <dev/ic/if_wi_ieee.h>
|
||||
+#endif
|
||||
+
|
||||
#define PLUGIN_CONFIG_KEYWORD "gkrellmwireless"
|
||||
|
||||
#define WIRELESS_MAJOR_VERSION 2
|
Loading…
Add table
Add a link
Reference in a new issue