summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-06-12 23:36:59 +0000
committerrwatson <rwatson@FreeBSD.org>2004-06-12 23:36:59 +0000
commit7c0b73a950719087d8e67685a9ffa0d702c4ed19 (patch)
tree6bca521d2a9eb05fcfab7cbd125142fb773a9b83 /sys/kern
parentcfc5f034d679757260c58436a1a953e555453027 (diff)
downloadFreeBSD-src-7c0b73a950719087d8e67685a9ffa0d702c4ed19.zip
FreeBSD-src-7c0b73a950719087d8e67685a9ffa0d702c4ed19.tar.gz
Correct whitespace errors in merge from rwatson_netperf: tabs instead of
spaces, no trailing tab at the end of line. Pointed out by: csjp
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/uipc_syscalls.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c
index c99fc89..53d4962 100644
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -309,15 +309,15 @@ accept1(td, uap, compat)
KASSERT(!(so->so_qstate & SQ_INCOMP), ("accept1: so SQ_INCOMP"));
KASSERT(so->so_qstate & SQ_COMP, ("accept1: so not SQ_COMP"));
- /*
- * Before changing the flags on the socket, we have to bump the
+ /*
+ * Before changing the flags on the socket, we have to bump the
* reference count. Otherwise, if the protocol calls sofree(),
- * the socket will be released due to a zero refcount.
- */
+ * the socket will be released due to a zero refcount.
+ */
SOCK_LOCK(so);
soref(so); /* file descriptor reference */
SOCK_UNLOCK(so);
-
+
TAILQ_REMOVE(&head->so_comp, so, so_list);
head->so_qlen--;
so->so_qstate &= ~SQ_COMP;
OpenPOWER on IntegriCloud