Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev Sort includes.



details:   https://anonhg.NetBSD.org/src/rev/a793d1f34ba9
branches:  trunk
changeset: 337430:a793d1f34ba9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Apr 14 13:03:37 2015 +0000

description:
Sort includes.

diffstat:

 sys/dev/rnd_private.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f13e79c7584b -r a793d1f34ba9 sys/dev/rnd_private.h
--- a/sys/dev/rnd_private.h     Tue Apr 14 12:51:30 2015 +0000
+++ b/sys/dev/rnd_private.h     Tue Apr 14 13:03:37 2015 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: rnd_private.h,v 1.8 2015/04/13 22:43:41 riastradh Exp $     */
+/*      $NetBSD: rnd_private.h,v 1.9 2015/04/14 13:03:37 riastradh Exp $     */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -37,8 +37,8 @@
 #include <sys/mutex.h>
 #include <sys/queue.h>
 #include <sys/rndio.h>
+#include <sys/rndpool.h>
 #include <sys/rndsource.h>
-#include <sys/rndpool.h>
 
 /*
  * Number of bytes returned per hash.  This value is used in both



Home | Main Index | Thread Index | Old Index