]> git.pld-linux.org Git - packages/linux-libc-headers.git/blob - linux-libc-headers-imq.patch
- updated to Linux 2.6.24
[packages/linux-libc-headers.git] / linux-libc-headers-imq.patch
1 --- linux-2.6.17.orig/include/linux/netfilter_ipv4/ipt_IMQ.h    1970-01-01 00:00:00.000000000 +0000
2 +++ linux-2.6.17/include/linux/netfilter_ipv4/ipt_IMQ.h 2006-09-06 20:58:51.000000000 +0000
3 @@ -0,0 +1,8 @@
4 +#ifndef _IPT_IMQ_H
5 +#define _IPT_IMQ_H
6 +
7 +struct ipt_imq_info {
8 +       unsigned int todev;     /* target imq device */
9 +};
10 +
11 +#endif /* _IPT_IMQ_H */
12 --- linux.orig/include/linux/netfilter_ipv4/Kbuild
13 +++ linux/include/linux/netfilter_ipv4/Kbuild
14 @@ -62,0 +62,1 @@
15 +header-y += ipt_IMQ.h
16 --- linux-2.6.17.orig/include/linux/netfilter_ipv6/ip6t_IMQ.h   1970-01-01 00:00:00.000000000 +0000
17 +++ linux-2.6.17/include/linux/netfilter_ipv6/ip6t_IMQ.h        2006-09-06 20:58:51.000000000 +0000
18 @@ -0,0 +1,8 @@
19 +#ifndef _IP6T_IMQ_H
20 +#define _IP6T_IMQ_H
21 +
22 +struct ip6t_imq_info {
23 +       unsigned int todev;     /* target imq device */
24 +};
25 +
26 +#endif /* _IP6T_IMQ_H */
27 --- linux.orig/include/linux/netfilter_ipv6/Kbuild
28 +++ linux/include/linux/netfilter_ipv6/Kbuild
29 @@ -22,0 +22,1 @@
30 +header-y += ip6t_IMQ.h
This page took 0.02325 seconds and 3 git commands to generate.