git: world - Fix buildworld after ifnet changes
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Tue Jun  7 19:12:58 PDT 2011
    
    
  
commit 1afbcbacb38bccc3bac01ae24420658b4b8346c7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Jun 7 19:09:32 2011 -0700
    world - Fix buildworld after ifnet changes
    
    * Use the _KERNEL_STRUCTURES mechanic to conditionalize struct ifnet
      and related structures needed by buildworld.
    
    Reported-by: matthiasr
Summary of changes:
 sys/net/if_var.h          |    6 ++++++
 sys/net/pf/if_pflog.h     |    4 ++++
 sys/net/sl/if_slvar.h     |    5 ++++-
 sys/netinet6/ip6_mroute.h |    4 ++--
 usr.bin/netstat/if.c      |    1 +
 usr.bin/netstat/mroute6.c |    3 +--
 usr.sbin/slstat/slstat.c  |    2 ++
 7 files changed, 20 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1afbcbacb38bccc3bac01ae24420658b4b8346c7
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list