PERFORCE change 163568 for review

Marko Zec zec at FreeBSD.org
Fri Jun 5 15:22:57 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163568

Change 163568 by zec at 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)


More information about the p4-projects mailing list