From 9a41d0c3db28fb44493720e49e81384943611b0d Mon Sep 17 00:00:00 2001 From: Fabio Rossi Date: Wed, 24 May 2017 01:10:54 +0200 Subject: Fix support to kernel 4.9 and add 4.10 and 4.11 for old =vmware-modules-304 --- .../files/304-4.11-00-missing-headers-p2.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-emulation/vmware-modules/files/304-4.11-00-missing-headers-p2.patch (limited to 'app-emulation/vmware-modules/files/304-4.11-00-missing-headers-p2.patch') diff --git a/app-emulation/vmware-modules/files/304-4.11-00-missing-headers-p2.patch b/app-emulation/vmware-modules/files/304-4.11-00-missing-headers-p2.patch new file mode 100644 index 0000000..29a0c9d --- /dev/null +++ b/app-emulation/vmware-modules/files/304-4.11-00-missing-headers-p2.patch @@ -0,0 +1,20 @@ +--- vmmon-only/linux/hostif.c 2017-05-06 16:56:09.000000000 +0200 ++++ vmmon-only/linux/hostif.c.new 2017-05-06 16:56:41.000000000 +0200 +@@ -73,6 +73,7 @@ + #include + #include + #include ++#include + + #include + +--- vmnet-only/userif.c 2017-03-13 04:05:59.000000000 +0100 ++++ vmnet-only/userif.c.new 2017-05-06 16:58:32.000000000 +0200 +@@ -36,6 +36,7 @@ + #include + #include + #include ++#include + + #include + #include -- cgit v1.2.3-65-gdbad