diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-22 16:55:01 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-22 16:55:01 +0000 |
| commit | e20b8f349973bf2bc4d5e492041f0be9c232b369 (patch) | |
| tree | 3fef21d7f3ec792940b4225aeb56523db976f309 /emulators/vmware3/files/patch-bd | |
| parent | d2a1700331fff6c4c78ad5a5992326410665eed8 (diff) | |
Fix for the latest -current. (another tiny ad hoc fix here..)
Noted by: kuriyama
Use LINUXBASE and USE_LINUX.
Diffstat (limited to 'emulators/vmware3/files/patch-bd')
| -rw-r--r-- | emulators/vmware3/files/patch-bd | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
