Fix Build on -CURRENT
PR: 46094 Submitted by: Sean Kelly <smkelly@zombie.org>
This commit is contained in:
10
sysutils/mbmon/files/patch-getMB-isa.c
Normal file
10
sysutils/mbmon/files/patch-getMB-isa.c
Normal file
@@ -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)
|
||||
10
sysutils/mbmon/files/patch-getMB-via.c
Normal file
10
sysutils/mbmon/files/patch-getMB-via.c
Normal file
@@ -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)
|
||||
10
sysutils/xmbmon/files/patch-getMB-isa.c
Normal file
10
sysutils/xmbmon/files/patch-getMB-isa.c
Normal file
@@ -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)
|
||||
10
sysutils/xmbmon/files/patch-getMB-via.c
Normal file
10
sysutils/xmbmon/files/patch-getMB-via.c
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user