[opensuse-kernel] Patch to build VirtualBox kernel module with kernel 3.9
4 Mar
2013
4 Mar
'13
16:50
In kernel 3.9, one of the headers is no longer included by default, and must be added explicitly. The patch is Index: vboxhost/vboxdrv/r0drv/linux/thread2-r0drv-linux.c =================================================================== --- vboxhost.orig/vboxdrv/r0drv/linux/thread2-r0drv-linux.c +++ vboxhost/vboxdrv/r0drv/linux/thread2-r0drv-linux.c @@ -34,6 +34,7 @@ #include <iprt/assert.h> #include <iprt/thread.h> #include <iprt/err.h> +#include <linux/sched/rt.h> #include "internal/thread.h" Larry -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
4290
Age (days ago)
4290
Last active (days ago)
0 comments
1 participants
participants (1)
-
Larry Finger