summaryrefslogtreecommitdiff
path: root/emulators/vmware3/files/m_waitok.patch
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vmware3/files/m_waitok.patch')
-rw-r--r--emulators/vmware3/files/m_waitok.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/emulators/vmware3/files/m_waitok.patch b/emulators/vmware3/files/m_waitok.patch
deleted file mode 100644
index 3c234edafe33..000000000000
--- a/emulators/vmware3/files/m_waitok.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- vmmon-only/freebsd/driver.c.orig Tue Feb 11 22:12:39 2003
-+++ vmmon-only/freebsd/driver.c Tue Feb 11 22:22:35 2003
-@@ -91,6 +92,10 @@
- typedef void driver_intr_t(void*);
- #endif
-
-+#ifndef M_WAITOK
-+#define M_WAITOK 0x0000
-+#endif
-+
- #ifdef SUPPORT_PASSTHROUGH
- #include "passthrough.h" // _driver_ version of passthrough.h
- #endif
---- vmmon-only/freebsd/hostif.c.orig Tue Feb 11 22:12:40 2003
-+++ vmmon-only/freebsd/hostif.c Tue Feb 11 22:22:15 2003
-@@ -100,6 +100,9 @@
-
- #define HOST_ISTRACKED_PFN(_vm, _pfn, _vpn) (PhysTrack_Test(_vm->physTracker, _pfn))
-
-+#ifndef M_WAITOK
-+#define M_WAITOK 0x0000
-+#endif
-
- static
- int host_lock_ppn(PPN ppn)