diff options
author | grog <grog@FreeBSD.org> | 2003-05-05 07:50:15 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2003-05-05 07:50:15 +0000 |
commit | a7d933895cee5d8535b76f436f05f14decfd5967 (patch) | |
tree | 8073e4c4b2f22343d505b862144d580021b878b5 | |
parent | 7a6200ec6a74f69e5119025dffb6070ffacfcfdd (diff) | |
download | FreeBSD-src-a7d933895cee5d8535b76f436f05f14decfd5967.zip FreeBSD-src-a7d933895cee5d8535b76f436f05f14decfd5967.tar.gz |
Correct failed checkin. Only one of the hunks in the last checkin
seems to have made it.
-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 17d057a..e2d30ef 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); |