summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-10-11 17:28:22 +0000
committerrwatson <rwatson@FreeBSD.org>2008-10-11 17:28:22 +0000
commitf2c33837dd98f14e15e7d249cf025cfa1ff085f6 (patch)
tree9c9537eafb37a62e55cf4631c15c388b40ea1889 /sys/kern/uipc_usrreq.c
parent5bace10bb372e4a75ebf37716037d43bf826a869 (diff)
downloadFreeBSD-src-f2c33837dd98f14e15e7d249cf025cfa1ff085f6.zip
FreeBSD-src-f2c33837dd98f14e15e7d249cf025cfa1ff085f6.tar.gz
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
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
-rw-r--r--sys/kern/uipc_usrreq.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index c30e8ec..7ecd7ca 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -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)
{
OpenPOWER on IntegriCloud