aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xmbmon
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-12-10 16:59:15 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-12-10 16:59:15 +0000
commit41d6005f81aa05e2abc95bf4db21eece7d1aedf0 (patch)
tree9f1ec6b92f45a71908ffbeba851e9a0b8e5cf8d8 /sysutils/xmbmon
parent4a98aa58a98ea20bce9b4295839fbaf9cefd5ac2 (diff)
downloadports-41d6005f81aa05e2abc95bf4db21eece7d1aedf0.tar.gz
ports-41d6005f81aa05e2abc95bf4db21eece7d1aedf0.zip
Fix Build on -CURRENT
PR: 46094 Submitted by: Sean Kelly <smkelly@zombie.org>
Notes
Notes: svn path=/head/; revision=71506
Diffstat (limited to 'sysutils/xmbmon')
-rw-r--r--sysutils/xmbmon/files/patch-getMB-isa.c10
-rw-r--r--sysutils/xmbmon/files/patch-getMB-via.c10
2 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/xmbmon/files/patch-getMB-isa.c b/sysutils/xmbmon/files/patch-getMB-isa.c
new file mode 100644
index 000000000000..02d4e1a4f454
--- /dev/null
+++ b/sysutils/xmbmon/files/patch-getMB-isa.c
@@ -0,0 +1,10 @@
+--- getMB-isa.c.orig Tue Dec 10 08:56:28 2002
++++ getMB-isa.c Tue Dec 10 08:57:21 2002
+@@ -8,6 +8,7 @@
+ #include <fcntl.h>
+
+ #ifndef LINUX /* FreeBSD */
++#include <sys/types.h>
+ #include <machine/cpufunc.h>
+ #define OUTb(x,y) outb((x),(y))
+ #define WAIT outb(0xEB,0x00)
diff --git a/sysutils/xmbmon/files/patch-getMB-via.c b/sysutils/xmbmon/files/patch-getMB-via.c
new file mode 100644
index 000000000000..81e59e2e893e
--- /dev/null
+++ b/sysutils/xmbmon/files/patch-getMB-via.c
@@ -0,0 +1,10 @@
+--- getMB-via.c.orig Tue Dec 10 08:56:53 2002
++++ getMB-via.c Tue Dec 10 08:59:07 2002
+@@ -11,6 +11,7 @@
+ #include <fcntl.h>
+
+ #ifndef LINUX /* FreeBSD */
++#include <sys/types.h>
+ #include <machine/cpufunc.h>
+ #define OUTb(x,y) outb((x),(y))
+ #define WAIT outb(0xEB,0x00)