diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-14 20:50:50 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-14 20:50:50 +0000 |
commit | 1e98c85d3254b46ed8d216477a5adf8580834616 (patch) | |
tree | c7808266b235b44443cbe152cb637731c588561b /sys/dev/raidframe/rf_openbsdkintf.c | |
parent | f6626fb981dd9d4254dfc7db5c4ca0d5a8d551bd (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.c | 4 |
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 }; /* |