git: Fix kernel build without INET6.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Jan 11 07:58:26 PST 2010


commit 2183cbe4203baa9866bde803a95210404d75b6ac
Author: Sascha Wildner <saw at online.de>
Date:   Mon Jan 11 16:56:27 2010 +0100

    Fix kernel build without INET6.
    
    With the addition of -Werror, some minor issues crept up.
    
    The only issue left is that building with 'options SCTP' and without
    'options INET6' is broken still (and was before -Werror), since our
    SCTP code doesn't #ifdef out enough. But as our SCTP support is quite
    old and has never been updated (and I don't plan to do so), I'll leave
    it at that.
    
    Reported-by:   Johannes Hofmann <johannes.hofmann at gmx.de>
    Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1646>

Summary of changes:
 sys/net/faith/if_faith.c |    2 ++
 sys/netinet/ip_carp.c    |    2 +-
 sys/netinet/tcp_usrreq.c |    4 +++-
 3 files changed, 6 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2183cbe4203baa9866bde803a95210404d75b6ac


-- 
DragonFly BSD source repository





More information about the Commits mailing list