cvs commit: src/sys/kern uipc_domain.c
    Gleb Smirnoff 
    glebius at FreeBSD.org
       
    Tue Sep 20 02:16:11 PDT 2005
    
    
  
glebius     2005-09-20 09:16:10 UTC
  FreeBSD src repository
  Modified files:        (Branch: RELENG_6)
    sys/kern             uipc_domain.c 
  Log:
  Suppress warning, to avoid fake bug reports from users of 6.0-RELEASE.
  
  Push warning in net_add_domain() down under DIAGNOSTIC. At the moment, the
  only loadable domain is netgraph and it has no problems to be loaded
  at runtime, since it doesn't use if_afdata[AF_NETGRAPH], yet.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.44.2.1  +2 -0      src/sys/kern/uipc_domain.c
    
    
More information about the cvs-all
mailing list