summaryrefslogtreecommitdiff
path: root/sysutils/xwipower/files/patch-aa
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2001-04-20 14:31:42 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2001-04-20 14:31:42 +0000
commitcf8a7ba1938cb50cba88540232067a2a0901a0f4 (patch)
treeb0a5c52578c31b45fd4097bfee64ee9e886b3920 /sysutils/xwipower/files/patch-aa
parentUpdate maintainer's email address. (diff)
Make buildable on FreeBSD-current.
Diffstat (limited to '')
-rw-r--r--sysutils/xwipower/files/patch-aa20
1 files changed, 16 insertions, 4 deletions
diff --git a/sysutils/xwipower/files/patch-aa b/sysutils/xwipower/files/patch-aa
index fd11ee2af56d..42de04a3b4a2 100644
--- a/sysutils/xwipower/files/patch-aa
+++ b/sysutils/xwipower/files/patch-aa
@@ -1,6 +1,18 @@
---- xwipower.c~ Wed Jul 5 21:08:34 2000
-+++ xwipower.c Wed Jul 5 21:13:11 2000
-@@ -93,7 +93,7 @@
+--- xwipower.c.orig Fri Jun 23 17:53:11 2000
++++ xwipower.c Sat Apr 21 07:51:15 2001
+@@ -18,7 +18,11 @@
+ #ifdef __FreeBSD__
+ #include <net/if_var.h>
+ #include <net/ethernet.h>
++#if __FreeBSD_version >= 500000
++#include <dev/wi/if_wavelan_ieee.h>
++#else
+ #include <machine/if_wavelan_ieee.h>
++#endif
+ #include <machine/apm_bios.h>
+ #else
+ #include <netinet/in.h>
+@@ -93,7 +97,7 @@
Widget toplevel;
Widget base, strip_chart_obj;
@@ -9,7 +21,7 @@
unsigned long MyColor(display, color)
-@@ -223,10 +223,10 @@
+@@ -223,10 +227,10 @@
static void usage(app)
char *app;
{