Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2005 09:16:10 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_domain.c
Message-ID:  <200509200916.j8K9GAN5033601@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509200916.j8K9GAN5033601>