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: 09_all_include-other-linux-headers.patch
Date: Sun, 20 Apr 2008 19:55:21
Message-Id: E1Jnfd8-0008Qc-Kg@stork.gentoo.org
1 vapier 08/04/20 19:55:18
2
3 Modified: 09_all_include-other-linux-headers.patch
4 Log:
5 fixup netfilter.h #218513
6
7 Revision Changes Path
8 1.2 src/patchsets/gentoo-headers/2.6.25/09_all_include-other-linux-headers.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gentoo-headers/2.6.25/09_all_include-other-linux-headers.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gentoo-headers/2.6.25/09_all_include-other-linux-headers.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gentoo-headers/2.6.25/09_all_include-other-linux-headers.patch?r1=1.1&r2=1.2
13
14 Index: 09_all_include-other-linux-headers.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gentoo-headers/2.6.25/09_all_include-other-linux-headers.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 09_all_include-other-linux-headers.patch 20 Apr 2008 03:22:54 -0000 1.1
21 +++ 09_all_include-other-linux-headers.patch 20 Apr 2008 19:55:18 -0000 1.2
22 @@ -726,3 +726,25 @@
23
24 /* Structure used to connect() the socket to a particular tunnel UDP
25 * socket.
26 +diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h
27 +index e4c6659..ceef616 100644
28 +--- a/include/linux/netfilter.h
29 ++++ b/include/linux/netfilter.h
30 +@@ -1,14 +1,14 @@
31 + #ifndef __LINUX_NETFILTER_H
32 + #define __LINUX_NETFILTER_H
33 +
34 ++#include <linux/types.h>
35 ++#include <linux/in.h>
36 ++#include <linux/in6.h>
37 + #ifdef __KERNEL__
38 + #include <linux/init.h>
39 +-#include <linux/types.h>
40 + #include <linux/skbuff.h>
41 + #include <linux/net.h>
42 + #include <linux/if.h>
43 +-#include <linux/in.h>
44 +-#include <linux/in6.h>
45 + #include <linux/wait.h>
46 + #include <linux/list.h>
47 + #endif
48
49
50
51 --
52 gentoo-commits@l.g.o mailing list