Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern <sys/param.h> comes first, per /us...
details: https://anonhg.NetBSD.org/src/rev/4e7cf76f999b
branches: trunk
changeset: 801742:4e7cf76f999b
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Aug 15 19:47:59 2014 +0000
description:
<sys/param.h> comes first, per /usr/share/misc/style.
diffstat:
sys/rump/librump/rumpkern/hyperentropy.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 8785125f02c4 -r 4e7cf76f999b sys/rump/librump/rumpkern/hyperentropy.c
--- a/sys/rump/librump/rumpkern/hyperentropy.c Fri Aug 15 19:35:28 2014 +0000
+++ b/sys/rump/librump/rumpkern/hyperentropy.c Fri Aug 15 19:47:59 2014 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index