Displaying 2 results from an estimated 2 matches for "brnetf_typ".
Did you mean:
brnetf_types
2007 Apr 18
0
[Bridge] [PATCH] bridge: fix gcc format warning
...warning:
net/bridge/netfilter/ebt_ulog.c:138: warning: int format, different type arg (arg 2)
Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
diffstat:=
net/bridge/netfilter/ebt_ulog.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Naurp ./net/bridge/netfilter/ebt_ulog.c~brnetf_types ./net/bridge/netfilter/ebt_ulog.c
--- ./net/bridge/netfilter/ebt_ulog.c~brnetf_types 2005-01-10 10:38:40.531343592 -0800
+++ ./net/bridge/netfilter/ebt_ulog.c 2005-01-10 12:31:10.076256800 -0800
@@ -135,7 +135,7 @@ static void ebt_ulog(const struct sk_buf
size = NLMSG_SPACE(sizeof(*pm) + copy...
2007 Apr 18
0
[Bridge] [EBTABLES][PATCH] fix gcc format warning
Hi Dave,
Please apply this compiler warning fix from Randy.
Signed-off-by: Bart De Schuymer <bdschuym@telenet.be>
Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
diff -Naurp ./net/bridge/netfilter/ebt_ulog.c~brnetf_types ./net/bridge/netfilter/ebt_ulog.c
--- ./net/bridge/netfilter/ebt_ulog.c~brnetf_types 2005-01-10 10:38:40.531343592 -0800
+++ ./net/bridge/netfilter/ebt_ulog.c 2005-01-10 12:31:10.076256800 -0800
@@ -135,7 +135,7 @@ static void ebt_ulog(const struct sk_buf
size = NLMSG_SPACE(sizeof(*pm) + copy...