Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe include sys/param.h first, as is the conve...



details:   https://anonhg.NetBSD.org/src/rev/8a0088edccda
branches:  trunk
changeset: 749307:8a0088edccda
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 26 07:35:39 2009 +0000

description:
include sys/param.h first, as is the convention

diffstat:

 sys/dev/raidframe/rf_paritymap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 483867cdf467 -r 8a0088edccda sys/dev/raidframe/rf_paritymap.c
--- a/sys/dev/raidframe/rf_paritymap.c  Thu Nov 26 07:30:24 2009 +0000
+++ b/sys/dev/raidframe/rf_paritymap.c  Thu Nov 26 07:35:39 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_paritymap.c,v 1.2 2009/11/26 01:23:56 kenh Exp $ */
+/* $NetBSD: rf_paritymap.c,v 1.3 2009/11/26 07:35:39 pooka Exp $ */
 
 /*-
  * Copyright (c) 2009 Jed Davis.
@@ -27,11 +27,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_paritymap.c,v 1.2 2009/11/26 01:23:56 kenh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_paritymap.c,v 1.3 2009/11/26 07:35:39 pooka Exp $");
 
+#include <sys/param.h>
 #include <sys/callout.h>
 #include <sys/kmem.h>
-#include <sys/param.h>
 #include <sys/mutex.h>
 #include <sys/rwlock.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index