Re: [PATCH] net: fix comparisons of unsigned < 0

2007-05-31 Thread David Miller
From: Bill Nottingham <[EMAIL PROTECTED]> Date: Wed, 30 May 2007 03:56:13 -0400 > Recent gcc versions emit warnings when unsigned variables are compared < 0 or > >= 0. > > Signed-off-by: Bill Nottingham <[EMAIL PROTECTED]> Patch applied, thanks. - To unsubscribe from this list: send the line "u

[PATCH] net: fix comparisons of unsigned < 0

2007-05-30 Thread Bill Nottingham
Recent gcc versions emit warnings when unsigned variables are compared < 0 or >= 0. Signed-off-by: Bill Nottingham <[EMAIL PROTECTED]> --- 8021q/vlan.c |3 +-- dccp/probe.c |2 +- ipv6/netfilter/nf_conntrack_l3proto_ipv6.c |