Eric Dumazet <[EMAIL PROTECTED]> wrote:
>
> -       C(sp);
> -#ifdef CONFIG_INET
> -       secpath_get(skb->sp);
> +#ifdef CONFIG_XFRM
> +       n->sp = secpath_get(skb->sp);
> #endif

Please move the ifdef into xfrm.h while you're at it.  That is, make
secpath_get a no-op if CONFIG_XFRM is not defined.

Thanks,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
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

Reply via email to