summaryrefslogtreecommitdiff
path: root/sysutils/mbmon/files/patch-getMB-via.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mbmon/files/patch-getMB-via.c')
-rw-r--r--sysutils/mbmon/files/patch-getMB-via.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysutils/mbmon/files/patch-getMB-via.c b/sysutils/mbmon/files/patch-getMB-via.c
deleted file mode 100644
index 81e59e2e893e..000000000000
--- a/sysutils/mbmon/files/patch-getMB-via.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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)