git: kernel: do not try to always build IPv4-specific code

Francois Tigeot ftigeot at crater.dragonflybsd.org
Thu Jan 5 10:07:22 PST 2012


commit 11ee5ab305a984083b258d3c0f4b3dda6ac22ce1
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Thu Jan 5 18:40:50 2012 +0100

    kernel: do not try to always build IPv4-specific code
    
    * it fails when no INET support is present
    
    * and people may want to start running IPv6-only hosts

Summary of changes:
 sys/dev/netif/an/if_an.c |    2 ++
 sys/net/if_ethersubr.c   |    2 ++
 sys/net/ppp/if_ppp.c     |    7 ++++++-
 sys/net/tun/if_tun.c     |    2 ++
 4 files changed, 12 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/11ee5ab305a984083b258d3c0f4b3dda6ac22ce1


-- 
DragonFly BSD source repository





More information about the Commits mailing list