Date: Fri, 5 Jun 2009 15:22:55 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 163568 for review Message-ID: <200906051522.n55FMtFw009220@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163568 Change 163568 by zec@zec_tpx32 on 2009/06/05 15:22:44 Restore the original comment re. net_init_domain(). Suggested by: bz Affected files ... .. //depot/projects/vimage-commit2/src/sys/kern/uipc_domain.c#8 edit Differences ... ==== //depot/projects/vimage-commit2/src/sys/kern/uipc_domain.c#8 (text+ko) ==== @@ -172,7 +172,9 @@ } /* - * Initialize a domain instance. + * Add a new protocol domain to the list of supported domains + * Note: you cant unload it again because a socket may be using it. + * XXX can't fail at this time. */ static int net_init_domain(const void *arg)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906051522.n55FMtFw009220>
