From: YOSHIFUJI Hideaki / 吉藤英明 <[EMAIL PROTECTED]>
Date: Sat, 08 Dec 2007 10:13:54 -0800 (PST)
> Hello.
>
> In article <[EMAIL PROTECTED]> (at Sat, 8 Dec 2007 15:55:34 -0200), Arnaldo
> Carvalho de Melo <[EMAIL PROTECTED]> says:
>
> > Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
> >
> > diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
> > index 5ab8ba7..90d2f72 100644
> > --- a/net/ipv6/af_inet6.c
> > +++ b/net/ipv6/af_inet6.c
> > @@ -714,20 +714,19 @@ EXPORT_SYMBOL_GPL(ipv6_opt_accepted);
> >
> > static int __init init_ipv6_mibs(void)
> > {
> > - if (snmp_mib_init((void **)ipv6_statistics, sizeof (struct ipstats_mib),
> > - __alignof__(struct ipstats_mib)) < 0)
> > + if (snmp_mib_init((void **)ipv6_statistics,
> > + sizeof(struct ipstats_mib)) < 0)
> > goto err_ip_mib;
>
> Oops... thanks.
> Acked-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html