Gentoo Archives: gentoo-commits

From: "Vadim Kuznetsov (vadimk)" <vadimk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-modules/files: sched_h-2.6.32.patch
Date: Sat, 02 Jan 2010 20:07:57
Message-Id: E1NRAGK-0002rZ-Tz@stork.gentoo.org
1 vadimk 10/01/02 20:07:48
2
3 Added: sched_h-2.6.32.patch
4 Log:
5 Bug 295955
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-emulation/vmware-modules/files/sched_h-2.6.32.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-modules/files/sched_h-2.6.32.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-modules/files/sched_h-2.6.32.patch?rev=1.1&content-type=text/plain
13
14 Index: sched_h-2.6.32.patch
15 ===================================================================
16 diff -ur vmci-only.before/linux/vmciKernelIf.c vmci-only/linux/vmciKernelIf.c
17 --- vmci-only.before/linux/vmciKernelIf.c 2010-01-02 14:56:31.000000000 -0500
18 +++ vmci-only/linux/vmciKernelIf.c 2010-01-02 14:57:01.000000000 -0500
19 @@ -36,6 +36,7 @@
20 #include "compat_module.h"
21
22 #include "compat_version.h"
23 +#include "compat_sched.h"
24 #include "compat_wait.h"
25 #include "compat_interrupt.h"
26 #include "compat_spinlock.h"
27 diff -ur vmnet-only.before/vnetUserListener.c vmnet-only/vnetUserListener.c
28 --- vmnet-only.before/vnetUserListener.c 2010-01-02 14:56:38.000000000 -0500
29 +++ vmnet-only/vnetUserListener.c 2010-01-02 14:58:29.000000000 -0500
30 @@ -32,6 +32,7 @@
31 #include <linux/netdevice.h>
32 #include <linux/poll.h>
33 #include "compat_skbuff.h"
34 +#include "compat_sched.h"
35 #include "compat_wait.h"
36 #include "vnetInt.h"