1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/sysutils/x86info/files/patch-mptable.c
Emanuel Haupt ffba9de11a Update sysutils/x86info to 1.16
PR:		86912
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)

Approved by:	novel (mentor)
2005-10-05 14:40:25 +00:00

12 lines
294 B
C

--- mptable.c.orig Tue Oct 4 19:15:02 2005
+++ mptable.c Tue Oct 4 19:15:09 2005
@@ -39,8 +39,6 @@
#include "mptable.h"
#include "x86info.h"
-typedef unsigned long vm_offset_t;
-
/* EBDA is @ 40:0e in real-mode terms */
#define EBDA_POINTER 0x040e /* location of EBDA pointer */