Module Name:    src
Committed By:   riastradh
Date:           Fri Aug 15 19:47:59 UTC 2014

Modified Files:
        src/sys/rump/librump/rumpkern: hyperentropy.c

Log Message:
<sys/param.h> comes first, per /usr/share/misc/style.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpkern/hyperentropy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/hyperentropy.c
diff -u src/sys/rump/librump/rumpkern/hyperentropy.c:1.6 src/sys/rump/librump/rumpkern/hyperentropy.c:1.7
--- src/sys/rump/librump/rumpkern/hyperentropy.c:1.6	Fri Aug 15 18:23:42 2014
+++ src/sys/rump/librump/rumpkern/hyperentropy.c	Fri Aug 15 19:47:59 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: hyperentropy.c,v 1.6 2014/08/15 18:23:42 justin Exp $	*/
+/*	$NetBSD: hyperentropy.c,v 1.7 2014/08/15 19:47:59 riastradh Exp $	*/
 
 /*
  * Copyright (c) 2014 Antti Kantee.  All Rights Reserved.
@@ -26,11 +26,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hyperentropy.c,v 1.6 2014/08/15 18:23:42 justin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hyperentropy.c,v 1.7 2014/08/15 19:47:59 riastradh Exp $");
 
+#include <sys/param.h>
 #include <sys/atomic.h>
 #include <sys/kmem.h>
-#include <sys/param.h>
 #include <sys/rnd.h>
 
 #include <rump/rumpuser.h>

Reply via email to