summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_openbsdkintf.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-14 20:50:50 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-14 20:50:50 +0000
commit1e98c85d3254b46ed8d216477a5adf8580834616 (patch)
treec7808266b235b44443cbe152cb637731c588561b /sys/dev/raidframe/rf_openbsdkintf.c
parentf6626fb981dd9d4254dfc7db5c4ca0d5a8d551bd (diff)
Do not fill more than the first three fields of cfdriver structures unless
necessary. No functional change.
Diffstat (limited to 'sys/dev/raidframe/rf_openbsdkintf.c')
-rw-r--r--sys/dev/raidframe/rf_openbsdkintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_openbsdkintf.c b/sys/dev/raidframe/rf_openbsdkintf.c
index bf7416c893e..24f5d0c3eef 100644
--- a/sys/dev/raidframe/rf_openbsdkintf.c
+++ b/sys/dev/raidframe/rf_openbsdkintf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rf_openbsdkintf.c,v 1.24 2003/06/02 23:28:03 millert Exp $ */
+/* $OpenBSD: rf_openbsdkintf.c,v 1.25 2004/01/14 20:50:49 miod Exp $ */
/* $NetBSD: rf_netbsdkintf.c,v 1.109 2001/07/27 03:30:07 oster Exp $ */
/*-
@@ -202,7 +202,7 @@ struct raidbuf {
* compatible with such practice.
*/
struct cfdriver raid_cd = {
- NULL, "raid", DV_DISK, NULL, 0
+ NULL, "raid", DV_DISK
};
/*