summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-05-05 21:26:25 +0000
committerjhb <jhb@FreeBSD.org>2003-05-05 21:26:25 +0000
commit65572963c9840554ee1c2cf0d0af73e81aa28454 (patch)
tree0d969d0cfaaca125835e0c85ac811053bae2021e /sys/kern/kern_sig.c
parentb5410ef08f82390ae2fa50cb61c248cb8c0db75c (diff)
downloadFreeBSD-src-65572963c9840554ee1c2cf0d0af73e81aa28454.zip
FreeBSD-src-65572963c9840554ee1c2cf0d0af73e81aa28454.tar.gz
Mostly sort the includes.
Diffstat (limited to 'sys/kern/kern_sig.c')
-rw-r--r--sys/kern/kern_sig.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index 4d2cfa6..2e61556 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -43,33 +43,33 @@
#include "opt_ktrace.h"
#include <sys/param.h>
-#include <sys/kernel.h>
-#include <sys/sysproto.h>
#include <sys/systm.h>
#include <sys/signalvar.h>
-#include <sys/namei.h>
#include <sys/vnode.h>
-#include <sys/event.h>
-#include <sys/proc.h>
-#include <sys/pioctl.h>
#include <sys/acct.h>
-#include <sys/fcntl.h>
#include <sys/condvar.h>
-#include <sys/lock.h>
-#include <sys/mutex.h>
-#include <sys/wait.h>
+#include <sys/event.h>
+#include <sys/fcntl.h>
+#include <sys/kernel.h>
#include <sys/ktr.h>
#include <sys/ktrace.h>
+#include <sys/lock.h>
+#include <sys/malloc.h>
+#include <sys/mutex.h>
+#include <sys/namei.h>
+#include <sys/proc.h>
+#include <sys/pioctl.h>
#include <sys/resourcevar.h>
#include <sys/smp.h>
#include <sys/stat.h>
#include <sys/sx.h>
#include <sys/syscallsubr.h>
-#include <sys/syslog.h>
-#include <sys/sysent.h>
#include <sys/sysctl.h>
-#include <sys/malloc.h>
+#include <sys/sysent.h>
+#include <sys/syslog.h>
+#include <sys/sysproto.h>
#include <sys/unistd.h>
+#include <sys/wait.h>
#include <machine/cpu.h>
OpenPOWER on IntegriCloud