diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-12-10 16:59:15 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-12-10 16:59:15 +0000 |
commit | 41d6005f81aa05e2abc95bf4db21eece7d1aedf0 (patch) | |
tree | 9f1ec6b92f45a71908ffbeba851e9a0b8e5cf8d8 /sysutils/xmbmon | |
parent | 4a98aa58a98ea20bce9b4295839fbaf9cefd5ac2 (diff) | |
download | ports-41d6005f81aa05e2abc95bf4db21eece7d1aedf0.tar.gz ports-41d6005f81aa05e2abc95bf4db21eece7d1aedf0.zip |
Notes
Diffstat (limited to 'sysutils/xmbmon')
-rw-r--r-- | sysutils/xmbmon/files/patch-getMB-isa.c | 10 | ||||
-rw-r--r-- | sysutils/xmbmon/files/patch-getMB-via.c | 10 |
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) |