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 20:02:21
Message-Id: E1Jnfju-0008Sn-8Z@stork.gentoo.org
1 vapier 08/04/20 20:02:18
2
3 Modified: 07_all_pull-libc-headers-linux.patch
4 Log:
5 have in.h/in6.h pull in the libc in.h
6
7 Revision Changes Path
8 1.3 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.3&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.3&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.2&r2=1.3
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.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- 07_all_pull-libc-headers-linux.patch 20 Apr 2008 19:54:59 -0000 1.2
21 +++ 07_all_pull-libc-headers-linux.patch 20 Apr 2008 20:02:17 -0000 1.3
22 @@ -99,3 +99,30 @@
23 #include <asm/byteorder.h>
24
25 /*******************************************************
26 +--- a/include/linux/in.h
27 ++++ b/include/linux/in.h
28 +@@ -16,6 +16,11 @@
29 + * 2 of the License, or (at your option) any later version.
30 + */
31 + #ifndef _LINUX_IN_H
32 ++# include <netinet/in.h>
33 ++# define _LINUX_IN_H
34 ++#endif
35 ++
36 ++#ifndef _LINUX_IN_H
37 + #define _LINUX_IN_H
38 +
39 + #include <linux/types.h>
40 +--- a/include/linux/in6.h
41 ++++ b/include/linux/in6.h
42 +@@ -17,6 +17,10 @@
43 + * as published by the Free Software Foundation; either version
44 + * 2 of the License, or (at your option) any later version.
45 + */
46 ++#ifndef _LINUX_IN6_H
47 ++# include <netinet/in.h>
48 ++# define _LINUX_IN6_H
49 ++#endif
50 +
51 + #ifndef _LINUX_IN6_H
52 + #define _LINUX_IN6_H
53
54
55
56 --
57 gentoo-commits@l.g.o mailing list