summaryrefslogtreecommitdiff
path: root/sys/kern/kern_fork.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-02-07 23:06:26 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-02-07 23:06:26 +0000
commit2b8a08af6bf26e11cd7ce362b5aad0519b32541c (patch)
tree878bff9213c98f15799ddfbb8b883c6370637449 /sys/kern/kern_fork.c
parent2d008b444d3cc4d8b45c92860df193a3f06c6c17 (diff)
Notes
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 d6c716facff3..3223f8b55386 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,