aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2003-05-04 05:19:48 +0000
committerGreg Lehey <grog@FreeBSD.org>2003-05-04 05:19:48 +0000
commitaf5e35e6ad7761715455faa243a632955907f145 (patch)
tree43df05bbe9e827ac039ba065999e4e30699a918d /sys/dev/vinum
parentf911210e72d6eeb937f8ce7baf3e5be9bc6e1fe3 (diff)
Notes
Diffstat (limited to 'sys/dev/vinum')
-rw-r--r--sys/dev/vinum/vinumext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumext.h b/sys/dev/vinum/vinumext.h
index e0e9fb216c93..17d057a70c93 100644
--- a/sys/dev/vinum/vinumext.h
+++ b/sys/dev/vinum/vinumext.h
@@ -132,7 +132,7 @@ void free_drive(struct drive *drive);
void down_drive(struct drive *drive);
void remove_drive(int driveno);
-int vinum_scandisk(char *drivename[], int drives);
+int vinum_scandisk(char *drivename);
/* I/O */
d_open_t vinumopen;