summaryrefslogtreecommitdiff
path: root/sysutils/x86info/files/patch-mptable.c
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-12-03 13:13:24 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-12-03 13:13:24 +0000
commit0812297dbefe7b3f2293baae67b80399092e8262 (patch)
treeeeb9c0959bc70bb4705baa02ead99096130d1119 /sysutils/x86info/files/patch-mptable.c
parentUpdate to 1.7.1. (diff)
- Update to latest GitHub version
- Update WWW PR: 214878 Submitted by: kib
Notes
Notes: svn path=/head/; revision=427612
Diffstat (limited to 'sysutils/x86info/files/patch-mptable.c')
-rw-r--r--sysutils/x86info/files/patch-mptable.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/x86info/files/patch-mptable.c b/sysutils/x86info/files/patch-mptable.c
deleted file mode 100644
index 4a08570f95e8..000000000000
--- a/sysutils/x86info/files/patch-mptable.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- mptable.c.orig 2011-09-15 15:37:32.000000000 -0700
-+++ mptable.c 2011-09-15 15:37:46.000000000 -0700
-@@ -37,7 +37,9 @@
- #include "mptable.h"
- #include "x86info.h"
-
-+#ifndef __FreeBSD__
- typedef unsigned long vm_offset_t;
-+#endif
-
- /* EBDA is @ 40:0e in real-mode terms */
- #define EBDA_POINTER 0x040e /* location of EBDA pointer */