Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2008 17:28:23 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r183764 - head/sys/kern
Message-ID:  <200810111728.m9BHSNCo023106@svn.freebsd.org>

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



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