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.25: 07_all_pull-libc-headers-linux.patch
Date: Sun, 20 Apr 2008 19:55:02
Message-Id: E1Jnfcp-0008Q2-Op@stork.gentoo.org
1 vapier 08/04/20 19:54:59
2
3 Modified: 07_all_pull-libc-headers-linux.patch
4 Log:
5 have linux/types.h pull in sys/types.h
6
7 Revision Changes Path
8 1.2 src/patchsets/gentoo-headers/2.6.25/07_all_pull-libc-headers-linux.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gentoo-headers/2.6.25/07_all_pull-libc-headers-linux.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gentoo-headers/2.6.25/07_all_pull-libc-headers-linux.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gentoo-headers/2.6.25/07_all_pull-libc-headers-linux.patch?r1=1.1&r2=1.2
13
14 Index: 07_all_pull-libc-headers-linux.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gentoo-headers/2.6.25/07_all_pull-libc-headers-linux.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 07_all_pull-libc-headers-linux.patch 20 Apr 2008 03:22:54 -0000 1.1
21 +++ 07_all_pull-libc-headers-linux.patch 20 Apr 2008 19:54:59 -0000 1.2
22 @@ -13,6 +13,16 @@
23 headers to simply pull in userspace headers and ignore the linux/ ones
24 completely. this seems to give a proper clean userspace experience.
25
26 +--- a/include/linux/types.h
27 ++++ b/include/linux/types.h
28 +@@ -8,6 +8,7 @@
29 +
30 + #endif
31 +
32 ++#include <sys/types.h>
33 + #include <linux/posix_types.h>
34 + #include <asm/types.h>
35 +
36 --- a/include/linux/socket.h
37 +++ b/include/linux/socket.h
38 @@ -303,4 +303,9 @@ extern int put_cmsg(struct msghdr*, int
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list