On Fri, 8 Sep 2006, Venkat Yekkirala wrote:

> diff --git a/include/net/ip.h b/include/net/ip.h
> index 98f9084..4646c13 100644
> --- a/include/net/ip.h
> +++ b/include/net/ip.h
> @@ -48,6 +48,9 @@ struct ipcm_cookie
>       u32                     addr;
>       int                     oif;
>       struct ip_options       *opt;
> +#ifdef CONFIG_SECURITY_NETWORK
> +     __u32                   secid;
> +#endif /* CONFIG_SECURITY_NETWORK */
> };

This field should be 'u32'.


-- 
James Morris
<[EMAIL PROTECTED]>
-
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