lkml.org 
[lkml]   [2008]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 2/9] ipv6: __KERNEL__ ifdef struct ipv6_devconf
    2.6.25-stable review patch.  If anyone has any objections, please let us
    know.

    ------------------
    From: David S. Miller <davem@davemloft.net>

    [ Upstream commit ebb36a978131810c98e7198b1187090c697cf99f ]

    Based upon a report by Olaf Hering.

    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    include/linux/ipv6.h | 2 ++
    1 file changed, 2 insertions(+)

    --- a/include/linux/ipv6.h
    +++ b/include/linux/ipv6.h
    @@ -123,6 +123,7 @@ struct ipv6hdr {
    struct in6_addr daddr;
    };

    +#ifdef __KERNEL__
    /*
    * This structure contains configuration options per IPv6 link.
    */
    @@ -162,6 +163,7 @@ struct ipv6_devconf {
    #endif
    void *sysctl;
    };
    +#endif

    /* index values for the variables in ipv6_devconf */
    enum {
    --


    \
     
     \ /
      Last update: 2008-07-26 01:13    [W:2.652 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site