Re: [patch 1/2] git-net: ebtables fix

2006-03-12 Thread David S. Miller
From: [EMAIL PROTECTED] Date: Sat, 11 Mar 2006 19:20:22 -0800 > From: Andrew Morton <[EMAIL PROTECTED]> > > net/bridge/netfilter/ebtables.c:1481: warning: initialization makes pointer > from integer without a cast > > Note that the compat functions aren't implemented? Right, but now at least t

Re: [patch 1/2] git-net: ebtables fix

2006-03-12 Thread Andrew Morton
[EMAIL PROTECTED] wrote: > > +.set_optmax = EBT_SO_SET_MAX + 1 > +.set= do_ebt_set_ctl, It's unclear why that compiled. Let me try again. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo inf

[patch 1/2] git-net: ebtables fix

2006-03-11 Thread akpm
From: Andrew Morton <[EMAIL PROTECTED]> net/bridge/netfilter/ebtables.c:1481: warning: initialization makes pointer from integer without a cast Note that the compat functions aren't implemented? Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- net/bridge/netfilter/ebtables.c | 10