Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/2.6.23: 09_all_include-other-linux-headers.patch
Date: Mon, 31 Dec 2007 05:54:52
Message-Id: E1J9Dbr-0002c1-Gy@stork.gentoo.org
1 vapier 07/12/31 05:54:47
2
3 Modified: 09_all_include-other-linux-headers.patch
4 Log:
5 have asm-x86_64/msr.h pull in linux/types.h #197057
6
7 Revision Changes Path
8 1.3 src/patchsets/gentoo-headers/2.6.23/09_all_include-other-linux-headers.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gentoo-headers/2.6.23/09_all_include-other-linux-headers.patch?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gentoo-headers/2.6.23/09_all_include-other-linux-headers.patch?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gentoo-headers/2.6.23/09_all_include-other-linux-headers.patch?r1=1.2&r2=1.3
13
14 Index: 09_all_include-other-linux-headers.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gentoo-headers/2.6.23/09_all_include-other-linux-headers.patch,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- 09_all_include-other-linux-headers.patch 18 Nov 2007 02:53:18 -0000 1.2
21 +++ 09_all_include-other-linux-headers.patch 31 Dec 2007 05:54:46 -0000 1.3
22 @@ -760,3 +760,13 @@
23
24 /*
25 * Based on the MROUTING 3.5 defines primarily to keep
26 +--- a/include/asm-x86_64/msr.h
27 ++++ b/include/asm-x86_64/msr.h
28 +@@ -5,6 +5,7 @@
29 +
30 + #ifndef __ASSEMBLY__
31 + #include <linux/errno.h>
32 ++#include <linux/types.h>
33 + /*
34 + * Access to machine-specific registers (available on 586 and better only)
35 + * Note: the rd* operations modify the parameters directly (without using
36
37
38
39 --
40 gentoo-commits@g.o mailing list