|
|
| version 1.5, 2003/11/03 19:51:05 | version 1.6, 2004/02/06 22:11:48 |
|---|---|
| Line 192 main(int argc, char **argv) | Line 192 main(int argc, char **argv) |
| if (!(init_flags & MNT_UPDATE) && | if (!(init_flags & MNT_UPDATE) && |
| ismounted(fs, mntbuf, mntsize)) | ismounted(fs, mntbuf, mntsize)) |
| continue; | continue; |
| options = update_options(options, | |
| fs->fs_mntops, mntbuf->f_flags); | |
| if (mountfs(fs->fs_vfstype, fs->fs_spec, | if (mountfs(fs->fs_vfstype, fs->fs_spec, |
| fs->fs_file, init_flags, options, | fs->fs_file, init_flags, options, |
| fs->fs_mntops)) | fs->fs_mntops)) |
| Line 661 usage(void) | Line 663 usage(void) |
| (void)fprintf(stderr, "%s\n%s\n%s\n", | (void)fprintf(stderr, "%s\n%s\n%s\n", |
| "usage: mount [-dfpruvw] [-o options] [-t ufs | external_type] special node", | "usage: mount [-dfpruvw] [-o options] [-t ufs | external_type] special node", |
| " mount [-adfpruvw] [-t ufs | external_type]", | " mount [-adfpruvw] [-o options] [-t ufs | external_type]", |
| " mount [-dfpruvw] special | node"); | " mount [-dfpruvw] special | node"); |
| exit(1); | exit(1); |
| } | } |