summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2003-05-04 05:19:48 +0000
committergrog <grog@FreeBSD.org>2003-05-04 05:19:48 +0000
commit97dff1dbec719e54c92dcb28a2f5fd41c4959919 (patch)
tree43df05bbe9e827ac039ba065999e4e30699a918d /sys
parent8d151fcbbf39ef6336be334ee44ce1ba28e6778c (diff)
downloadFreeBSD-src-97dff1dbec719e54c92dcb28a2f5fd41c4959919.zip
FreeBSD-src-97dff1dbec719e54c92dcb28a2f5fd41c4959919.tar.gz
Update declaration of vinum_scandisk (only one parameter).
Diffstat (limited to 'sys')
-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 e0e9fb21..17d057a 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;
OpenPOWER on IntegriCloud