svn commit: r183764 - head/sys/kern

Robert Watson rwatson at FreeBSD.org
Sat Oct 11 17:28:23 UTC 2008


Author: rwatson
Date: Sat Oct 11 17:28:22 2008
New Revision: 183764
URL: http://svn.freebsd.org/changeset/base/183764

Log:
  Remove stale comment: while uipc_connect2() was, until recently, not
  static so it could be used by fifofs (actually portalfs), it is now
  static.
  
  Submitted by:	kensmith

Modified:
  head/sys/kern/uipc_usrreq.c

Modified: head/sys/kern/uipc_usrreq.c
==============================================================================
--- head/sys/kern/uipc_usrreq.c	Sat Oct 11 13:05:13 2008	(r183763)
+++ head/sys/kern/uipc_usrreq.c	Sat Oct 11 17:28:22 2008	(r183764)
@@ -529,9 +529,6 @@ uipc_close(struct socket *so)
 	UNP_GLOBAL_WUNLOCK();
 }
 
-/*
- * uipc_connect2() is not static as it is invoked directly by fifofs.
- */
 static int
 uipc_connect2(struct socket *so1, struct socket *so2)
 {


More information about the svn-src-head mailing list