summaryrefslogtreecommitdiff
path: root/sys/kern/kern_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_exit.c')
-rw-r--r--sys/kern/kern_exit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index 0ff332632d63..54584a10cddf 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -686,7 +686,6 @@ exit1(struct thread *td, int rval, int signo)
thread_exit();
}
-
#ifndef _SYS_SYSPROTO_H_
struct abort2_args {
char *why;
@@ -763,7 +762,6 @@ out:
return (0);
}
-
#ifdef COMPAT_43
/*
* The dirty work is handled by kern_wait().