summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-02-07 23:06:26 +0000
committerpeter <peter@FreeBSD.org>2002-02-07 23:06:26 +0000
commit4289b50433ef09f1bfa03246de59392ffe6bb601 (patch)
tree878bff9213c98f15799ddfbb8b883c6370637449 /sys/kern/kern_fork.c
parent59b80f66972f00d5e33ac1680065ae1ccf1808e3 (diff)
downloadFreeBSD-src-4289b50433ef09f1bfa03246de59392ffe6bb601.zip
FreeBSD-src-4289b50433ef09f1bfa03246de59392ffe6bb601.tar.gz
Fix a couple of style bugs introduced (or touched by) previous commit.
Diffstat (limited to 'sys/kern/kern_fork.c')
-rw-r--r--sys/kern/kern_fork.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c
index d6c716fa..3223f8b 100644
--- a/sys/kern/kern_fork.c
+++ b/sys/kern/kern_fork.c
@@ -417,7 +417,6 @@ again:
LIST_INSERT_HEAD(PIDHASH(p2->p_pid), p2, p_hash);
sx_xunlock(&allproc_lock);
-
/*
* Make a proc table entry for the new process.
* Start by zeroing the section of proc that is zero-initialized,
OpenPOWER on IntegriCloud