Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Sort includes.
details: https://anonhg.NetBSD.org/src/rev/d884e0eba5ba
branches: trunk
changeset: 337602:d884e0eba5ba
user: riastradh <riastradh%NetBSD.org@localhost>
date: Tue Apr 21 03:24:07 2015 +0000
description:
Sort includes.
diffstat:
sys/kern/kern_rndq.c | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diffs (54 lines):
diff -r d7707acbc0af -r d884e0eba5ba sys/kern/kern_rndq.c
--- a/sys/kern/kern_rndq.c Tue Apr 21 03:21:54 2015 +0000
+++ b/sys/kern/kern_rndq.c Tue Apr 21 03:24:07 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_rndq.c,v 1.63 2015/04/14 14:18:57 riastradh Exp $ */
+/* $NetBSD: kern_rndq.c,v 1.64 2015/04/21 03:24:07 riastradh Exp $ */
/*-
* Copyright (c) 1997-2013 The NetBSD Foundation, Inc.
@@ -32,31 +32,31 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_rndq.c,v 1.63 2015/04/14 14:18:57 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_rndq.c,v 1.64 2015/04/21 03:24:07 riastradh Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
-#include <sys/ioctl.h>
+#include <sys/callout.h>
+#include <sys/conf.h>
#include <sys/fcntl.h>
-#include <sys/select.h>
-#include <sys/poll.h>
+#include <sys/intr.h>
+#include <sys/ioctl.h>
+#include <sys/kauth.h>
+#include <sys/kernel.h>
#include <sys/kmem.h>
#include <sys/mutex.h>
+#include <sys/once.h>
+#include <sys/poll.h>
+#include <sys/pool.h>
#include <sys/proc.h>
-#include <sys/kernel.h>
-#include <sys/conf.h>
-#include <sys/systm.h>
-#include <sys/callout.h>
-#include <sys/intr.h>
#include <sys/rnd.h>
#include <sys/rndpool.h>
#include <sys/rndsink.h>
#include <sys/rndsource.h>
+#include <sys/rngtest.h>
+#include <sys/select.h>
+#include <sys/systm.h>
#include <sys/vnode.h>
-#include <sys/pool.h>
-#include <sys/kauth.h>
-#include <sys/once.h>
-#include <sys/rngtest.h>
#include <dev/rnd_private.h>
Home |
Main Index |
Thread Index |
Old Index