]> git.pld-linux.org Git - packages/linux-libc-headers.git/blob - linux-libc-headers-imq.patch
Up to 5.17.1.
[packages/linux-libc-headers.git] / linux-libc-headers-imq.patch
1 --- linux-3.7.orig/include/uapi/linux/netfilter_ipv4/ipt_IMQ.h  1970-01-01 00:00:00.000000000 +0000
2 +++ linux-3.7/include/uapi/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-3.7.orig/include/uapi/linux/netfilter_ipv6/ip6t_IMQ.h 1970-01-01 00:00:00.000000000 +0000
13 +++ linux-3.7/include/uapi/linux/netfilter_ipv6/ip6t_IMQ.h      2006-09-06 20:58:51.000000000 +0000
14 @@ -0,0 +1,8 @@
15 +#ifndef _IP6T_IMQ_H
16 +#define _IP6T_IMQ_H
17 +
18 +struct ip6t_imq_info {
19 +       unsigned int todev;     /* target imq device */
20 +};
21 +
22 +#endif /* _IP6T_IMQ_H */
This page took 0.120334 seconds and 3 git commands to generate.