X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fmount.c;h=7d71e06f20d1b81baf803a4ea6ea275e20a807a1;hp=5e0e599578a9cad26ea12916e6c49e0c3bb99f0f;hb=03b7eec9d16c99fc38f335a8971315a6ab92172b;hpb=57d81b9f4c7f877d64aa7e8c5bddb852e1aa32ce diff --git a/utils/mount/mount.c b/utils/mount/mount.c index 5e0e599..7d71e06 100644 --- a/utils/mount/mount.c +++ b/utils/mount/mount.c @@ -139,7 +139,6 @@ static char * fix_opts_string (int flags, const char *extra_opts) { int add_mtab(char *fsname, char *mount_point, char *fstype, int flags, char *opts, int freq, int passno) { struct mntent ment; - int fd; FILE *mtab; ment.mnt_fsname = fsname;