aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-12-11 00:59:15 +0800
committerarved <arved@FreeBSD.org>2002-12-11 00:59:15 +0800
commitcc55c508a6754e91dc9dd6756de90e6211105ea3 (patch)
tree3d8b4261af913335af783a7f7b0c4298aa2c28b7 /sysutils
parentb143583fb3d3765427170ca4a9749da6b99a793e (diff)
downloadfreebsd-ports-gnome-cc55c508a6754e91dc9dd6756de90e6211105ea3.tar.gz
freebsd-ports-gnome-cc55c508a6754e91dc9dd6756de90e6211105ea3.tar.zst
freebsd-ports-gnome-cc55c508a6754e91dc9dd6756de90e6211105ea3.zip
Fix Build on -CURRENT
PR: 46094 Submitted by: Sean Kelly <smkelly@zombie.org>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mbmon/files/patch-getMB-isa.c10
-rw-r--r--sysutils/mbmon/files/patch-getMB-via.c10
-rw-r--r--sysutils/xmbmon/files/patch-getMB-isa.c10
-rw-r--r--sysutils/xmbmon/files/patch-getMB-via.c10
4 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/mbmon/files/patch-getMB-isa.c b/sysutils/mbmon/files/patch-getMB-isa.c
new file mode 100644
index 000000000000..02d4e1a4f454
--- /dev/null
+++ b/sysutils/mbmon/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/mbmon/files/patch-getMB-via.c b/sysutils/mbmon/files/patch-getMB-via.c
new file mode 100644
index 000000000000..81e59e2e893e
--- /dev/null
+++ b/sysutils/mbmon/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)
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)