From 41d6005f81aa05e2abc95bf4db21eece7d1aedf0 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Tue, 10 Dec 2002 16:59:15 +0000 Subject: Fix Build on -CURRENT PR: 46094 Submitted by: Sean Kelly --- sysutils/mbmon/files/patch-getMB-isa.c | 10 ++++++++++ sysutils/mbmon/files/patch-getMB-via.c | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 sysutils/mbmon/files/patch-getMB-isa.c create mode 100644 sysutils/mbmon/files/patch-getMB-via.c (limited to 'sysutils/mbmon') 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 + + #ifndef LINUX /* FreeBSD */ ++#include + #include + #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 + + #ifndef LINUX /* FreeBSD */ ++#include + #include + #define OUTb(x,y) outb((x),(y)) + #define WAIT outb(0xEB,0x00) -- cgit v1.2.3