summaryrefslogtreecommitdiff
path: root/sys/kern/kern_spawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_spawn.c')
-rw-r--r--sys/kern/kern_spawn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_spawn.c b/sys/kern/kern_spawn.c
index 7962ced..12f3d16 100644
--- a/sys/kern/kern_spawn.c
+++ b/sys/kern/kern_spawn.c
@@ -112,7 +112,6 @@ waitpid(pid_t pid, int *wstatus, int options)
sched_yield();
}
-
/* Give back the status */
if (wstatus != NULL) {
copyout(&child->exit_status, wstatus, sizeof(*wstatus));