diff options
Diffstat (limited to 'sbin/mount_ifs')
-rw-r--r-- | sbin/mount_ifs/mount.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sbin/mount_ifs/mount.c b/sbin/mount_ifs/mount.c index 521be4a..40a36f5 100644 --- a/sbin/mount_ifs/mount.c +++ b/sbin/mount_ifs/mount.c @@ -126,13 +126,6 @@ main(argc, argv) int argc; char * const argv[]; { - const char *mntfromname, **vfslist, *vfstype; - struct fstab *fs; - struct statfs *mntbuf; - FILE *mountdfp; - pid_t pid; - int all, ch, i, init_flags, mntsize, rval, have_fstab; - char *options; mount_ifs(argc, argv); /* NOTREACHED */ |