diff options
| author | pooka <pooka@NetBSD.org> | 2009-11-26 07:35:39 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2009-11-26 07:35:39 +0000 |
| commit | 3c809c1925424429ef671b123d303f8823967129 (patch) | |
| tree | 4ac41a6468e4eb4594db0790779cd00684913f4e /sys/dev/raidframe | |
| parent | 282ff84bcb4a1dae149ec88edc65f2386d194ee0 (diff) | |
include sys/param.h first, as is the convention
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_paritymap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_paritymap.c b/sys/dev/raidframe/rf_paritymap.c index 49567b7df56..b4c6aaeccb4 100644 --- a/sys/dev/raidframe/rf_paritymap.c +++ b/sys/dev/raidframe/rf_paritymap.c @@ -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> |
