diff options
| author | lukem <lukem@NetBSD.org> | 2001-11-28 05:39:13 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-11-28 05:39:13 +0000 |
| commit | 371fd3fc105050a25acb26c82c672a583c226d90 (patch) | |
| tree | 5112cdeb3f4598f0d862b350d1073423de606063 /sys/dev/raidframe | |
| parent | e336250e7421e323a96a5f2cc1913231c49435ff (diff) | |
use #ifdef RAID_AUTOCONFIG (for consistency with the rest of the kernel)
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_netbsdkintf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c index b4ddee16035..823d05cbab6 100644 --- a/sys/dev/raidframe/rf_netbsdkintf.c +++ b/sys/dev/raidframe/rf_netbsdkintf.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_netbsdkintf.c,v 1.113 2001/11/15 09:48:14 lukem Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.114 2001/11/28 05:39:13 lukem Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -114,7 +114,7 @@ ***********************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.113 2001/11/15 09:48:14 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.114 2001/11/28 05:39:13 lukem Exp $"); #include <sys/param.h> #include <sys/errno.h> @@ -379,7 +379,7 @@ raidattach(num) } } -#if RAID_AUTOCONFIG +#ifdef RAID_AUTOCONFIG raidautoconfig = 1; #endif |
