diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-13 19:19:49 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-13 19:19:49 +0000 |
| commit | 88d95ab6f936d2397ebfadeab789ea30928c4ada (patch) | |
| tree | 253eb667f11ee505c8ba8c04ba2ceaf8e7459750 /emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h | |
| parent | Mark DEPRECATED with an EXPIRATION_DATE of 2009-10-13 since it depends (diff) | |
- Update to 3.0.51r22902. This version enables host serial support
and support for bridged and hostonly networking contributed by
Fredrik Lindberg <fli AT shapeshifter.se>.
- Install GuestAdditions in designated directory. [1]
- Install NLS files in designated directory.
- Add workaround for directory permission problem.
Reported by: Jonathan Chen <jonc AT chen.org.nz> [1]
On behalf of: vbox@ (decke, dhn, beat, nox)
Diffstat (limited to 'emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h')
| -rw-r--r-- | emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h b/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h new file mode 100644 index 000000000000..4332049487c3 --- /dev/null +++ b/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h @@ -0,0 +1,11 @@ +--- src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h.orig 2009-09-11 14:48:47.000000000 +0200 ++++ src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h 2009-09-11 14:48:54.000000000 +0200 +@@ -76,7 +76,7 @@ + # define SLEEPQ_TIMEDWAIT_SIG(EventInt) sleepq_timedwait_sig(EventInt, 0) + # define SLEEPQ_WAIT(EventInt) sleepq_wait(EventInt, 0) + # define SLEEPQ_WAIT_SIG(EventInt) sleepq_wait_sig(EventInt, 0) +-#elif ++#else + # define SLEEPQ_TIMEDWAIT(EventInt) sleepq_timedwait(EventInt) + # define SLEEPQ_TIMEDWAIT_SIG(EventInt) sleepq_timedwait_sig(EventInt) + # define SLEEPQ_WAIT(EventInt) sleepq_wait(EventInt) |
