virtualbox: Fix build with kernel 3.9.0.

This patch is cherry-picked from VirtualBox Subversion, revision 44867.

It's rather small and only is in effect if kernel version is >= 3.9.0, so it
won't break existing kernels, so I'm adding it here despite we usually only care
about the latest stable upstream (kernel) versions.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2013-03-01 09:42:38 +01:00
parent 1029ca5767
commit fc088ae732
2 changed files with 23 additions and 0 deletions
@@ -57,6 +57,7 @@ in stdenv.mkDerivation {
patches = [
./missing_files_4.2.8.patch
./strict_types.patch
./build_fix_3.9.0.patch
];
prePatch = ''