summaryrefslogtreecommitdiff
path: root/emulators/vmware3/files/patch-bf
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-04-13 02:59:12 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-04-13 02:59:12 +0000
commit91c37b4bb6e7fc4488bdcade1c16a9656c4d8fb0 (patch)
tree4526ba279029f4bc0090b7f2054fe751d1945ca9 /emulators/vmware3/files/patch-bf
parentBe a bit more specific in the executable needed in the build (diff)
Initial commit of vmware 3.2.0. This first version is CURRENT 5.x
only.
Diffstat (limited to 'emulators/vmware3/files/patch-bf')
-rw-r--r--emulators/vmware3/files/patch-bf15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/vmware3/files/patch-bf b/emulators/vmware3/files/patch-bf
deleted file mode 100644
index e2b7e590503f..000000000000
--- a/emulators/vmware3/files/patch-bf
+++ /dev/null
@@ -1,15 +0,0 @@
---- ../vmware-distrib/vmmon-only/common/hostif.h.orig Wed Jul 18 11:27:34 2001
-+++ ../vmware-distrib/vmmon-only/common/hostif.h Wed Jul 18 11:29:28 2001
-@@ -118,7 +118,12 @@
- EXTERN void HostIF_GlobalVMLock(int callerID);
- EXTERN void HostIF_GlobalVMUnLock(int callerID);
-
-+#ifdef __FreeBSD__
-+/* The HostIF_APIC_Base for FreeBSD still just takes two parameters */
-+EXTERN MA HostIF_APIC_Base(VMDriver *vm, Bool setVMPtr);
-+#else
- EXTERN MA HostIF_APIC_Base(VMDriver *vm, Bool setVMPtr, Bool probe);
-+#endif
- EXTERN MA HostIF_IOAPIC_Base(VMDriver *vm);
-
- EXTERN void HostIF_LockKernel(void);