summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-07-18 20:23:10 +0000
committertrasz <trasz@FreeBSD.org>2010-07-18 20:23:10 +0000
commit935237a66a797429103b05be92d72e3bada85e69 (patch)
tree6d68f5c23a28cb978d118dcb947e3a74c4cce8ea /sys/kern/uipc_usrreq.c
parentdd1ffe6ba105a42d29d9298246efc68536d197a7 (diff)
downloadFreeBSD-src-935237a66a797429103b05be92d72e3bada85e69.zip
FreeBSD-src-935237a66a797429103b05be92d72e3bada85e69.tar.gz
The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright
occurences from sys/sys/ and sys/kern/.
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
-rw-r--r--sys/kern/uipc_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index fdf3d902..63437bc 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -165,7 +165,7 @@ SYSCTL_ULONG(_net_local_seqpacket, OID_AUTO, recvspace, CTLFLAG_RW,
SYSCTL_INT(_net_local, OID_AUTO, inflight, CTLFLAG_RD, &unp_rights, 0,
"File descriptors in flight.");
-/*-
+/*
* Locking and synchronization:
*
* Three types of locks exit in the local domain socket implementation: a
OpenPOWER on IntegriCloud