diff options
Diffstat (limited to 'emulators/vmware2/files/patch-bf')
-rw-r--r-- | emulators/vmware2/files/patch-bf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/vmware2/files/patch-bf b/emulators/vmware2/files/patch-bf deleted file mode 100644 index e2b7e590503f..000000000000 --- a/emulators/vmware2/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); |