diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2003-05-05 07:50:15 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2003-05-05 07:50:15 +0000 |
| commit | 2154a1eed3cae747998e1aaf257bc878f5f0f9e4 (patch) | |
| tree | 8073e4c4b2f22343d505b862144d580021b878b5 | |
| parent | 1536224009f1600293667922289a07279b3d0b20 (diff) | |
Notes
| -rw-r--r-- | sys/dev/vinum/vinumext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumext.h b/sys/dev/vinum/vinumext.h index 17d057a70c93b..e2d30ef72441c 100644 --- a/sys/dev/vinum/vinumext.h +++ b/sys/dev/vinum/vinumext.h @@ -70,7 +70,7 @@ int vinum_inactive(int); void free_vinum(int); int give_sd_to_plex(int plexno, int sdno); void give_sd_to_drive(int sdno); -int give_plex_to_volume(int volno, int plexno); +int give_plex_to_volume(int, int, int); struct drive *check_drive(char *); enum drive_label_info read_drive_label(struct drive *, int); int parse_config(char *, struct keywordset *, int); |
