SOURCES: linux-libc-headers-imq.patch (NEW) - imq headers.
pluto
pluto at pld-linux.org
Thu Aug 4 21:32:55 CEST 2005
Author: pluto Date: Thu Aug 4 19:32:55 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- imq headers.
---- Files affected:
SOURCES:
linux-libc-headers-imq.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/linux-libc-headers-imq.patch
diff -u /dev/null SOURCES/linux-libc-headers-imq.patch:1.1
--- /dev/null Thu Aug 4 21:32:55 2005
+++ SOURCES/linux-libc-headers-imq.patch Thu Aug 4 21:32:50 2005
@@ -0,0 +1,47 @@
+--- a/include/linux/imq.h 1970-01-01 00:00:00.000000000 +0000
++++ b/include/linux/imq.h 2004-10-19 18:34:52.000000000 +0000
+@@ -0,0 +1,9 @@
++#ifndef _IMQ_H
++#define _IMQ_H
++
++#define IMQ_MAX_DEVS 16
++
++#define IMQ_F_IFMASK 0x7f
++#define IMQ_F_ENQUEUE 0x80
++
++#endif /* _IMQ_H */
+--- a/include/linux/netfilter_ipv4/ipt_IMQ.h 1970-01-01 00:00:00.000000000 +0000
++++ b/include/linux/netfilter_ipv4/ipt_IMQ.h 2004-10-19 18:34:52.000000000 +0000
+@@ -0,0 +1,8 @@
++#ifndef _IPT_IMQ_H
++#define _IPT_IMQ_H
++
++struct ipt_imq_info {
++ unsigned int todev; /* target imq device */
++};
++
++#endif /* _IPT_IMQ_H */
+--- a/include/linux/netfilter_ipv6/ip6t_IMQ.h 1970-01-01 00:00:00.000000000 +0000
++++ b/include/linux/netfilter_ipv6/ip6t_IMQ.h 2004-10-19 18:34:52.000000000 +0000
+@@ -0,0 +1,8 @@
++#ifndef _IP6T_IMQ_H
++#define _IP6T_IMQ_H
++
++struct ip6t_imq_info {
++ unsigned int todev; /* target imq device */
++};
++
++#endif /* _IP6T_IMQ_H */
+--- a/include/linux/skbuff.h 2004-10-18 21:55:36.000000000 +0000
++++ b/include/linux/skbuff.h 2004-10-19 18:40:20.000000000 +0000
+@@ -261,6 +261,10 @@
+ #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
+ struct sk_buff *nfct_reasm;
+ #endif
++#if defined(CONFIG_IMQ) || defined(CONFIG_IMQ_MODULE)
++ unsigned char imq_flags;
++ struct nf_info *nf_info;
++#endif
+ #ifdef CONFIG_NETFILTER_DEBUG
+ unsigned int nf_debug;
+ #endif
================================================================
More information about the pld-cvs-commit
mailing list