From e20b8f349973bf2bc4d5e492041f0be9c232b369 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 22 Sep 2000 16:55:01 +0000 Subject: Fix for the latest -current. (another tiny ad hoc fix here..) Noted by: kuriyama Use LINUXBASE and USE_LINUX. --- emulators/vmware3/files/patch-bd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emulators/vmware3/files/patch-bd') diff --git a/emulators/vmware3/files/patch-bd b/emulators/vmware3/files/patch-bd index e88a69bf5af5..ff0ea92d6a36 100644 --- a/emulators/vmware3/files/patch-bd +++ b/emulators/vmware3/files/patch-bd @@ -1,6 +1,6 @@ --- vmmon-only/freebsd/driver.c.orig Thu Jun 29 21:06:18 2000 -+++ vmmon-only/freebsd/driver.c Thu Sep 14 14:03:42 2000 -@@ -73,6 +73,22 @@ ++++ vmmon-only/freebsd/driver.c Sat Sep 23 01:41:34 2000 +@@ -73,6 +73,24 @@ #include "private.h" #endif @@ -18,6 +18,8 @@ + INTR_EXCL = 256, /* exclusive interrupt */ + INTR_MPSAFE = 512 /* this interrupt is SMP safe */ +}; ++ ++typedef void driver_intr_t(void*); +#endif + #ifdef SUPPORT_PASSTHROUGH -- cgit v1.2.3