All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]iptables: fix typos in ipt_connbytes.h
@ 2006-01-23  1:53 Yasuyuki KOZAKAI
  2006-01-25  9:47 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Yasuyuki KOZAKAI @ 2006-01-23  1:53 UTC (permalink / raw)
  To: netfilter-devel; +Cc: laforge

[-- Attachment #1: Type: Text/Plain, Size: 136 bytes --]


Hi,

userspace connbytes fails to be build because of that.
Please apply attached patch to kernel tree.

Regards,

-- Yasuyuki Kozakai

[-- Attachment #2: 01-connbytes.patch --]
[-- Type: Text/Plain, Size: 1190 bytes --]

[NETFILTER]iptables: fix typos in ipt_connbytes.h

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>

---
commit 4e61ccb0584e488c5a23b5a444f6ce780bcf1ecc
tree 7b24a9295bd18915a74ce0a7b560259b2b2819ec
parent 3ee68c4af3fd7228c1be63254b9f884614f9ebb2
author Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Sun, 22 Jan 2006 22:15:12 +0900
committer Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Sun, 22 Jan 2006 22:15:12 +0900

 include/linux/netfilter_ipv4/ipt_connbytes.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/netfilter_ipv4/ipt_connbytes.h b/include/linux/netfilter_ipv4/ipt_connbytes.h
index b04dfa3..f63e6ee 100644
--- a/include/linux/netfilter_ipv4/ipt_connbytes.h
+++ b/include/linux/netfilter_ipv4/ipt_connbytes.h
@@ -1,10 +1,10 @@
 #ifndef _IPT_CONNBYTES_H
 #define _IPT_CONNBYTES_H
 
-#include <net/netfilter/xt_connbytes.h>
+#include <linux/netfilter/xt_connbytes.h>
 #define ipt_connbytes_what xt_connbytes_what
 
-#define IPT_CONNBYTES_PKTS	XT_CONNBYTES_PACKETS
+#define IPT_CONNBYTES_PKTS	XT_CONNBYTES_PKTS
 #define IPT_CONNBYTES_BYTES	XT_CONNBYTES_BYTES
 #define IPT_CONNBYTES_AVGPKT	XT_CONNBYTES_AVGPKT
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-25  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-23  1:53 [PATCH]iptables: fix typos in ipt_connbytes.h Yasuyuki KOZAKAI
2006-01-25  9:47 ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.