summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ext2fs/mount_ext2fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_ext2fs/mount_ext2fs.c')
-rw-r--r--sbin/mount_ext2fs/mount_ext2fs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount_ext2fs/mount_ext2fs.c b/sbin/mount_ext2fs/mount_ext2fs.c
index 4e72454..e396823 100644
--- a/sbin/mount_ext2fs/mount_ext2fs.c
+++ b/sbin/mount_ext2fs/mount_ext2fs.c
@@ -72,9 +72,8 @@ main(argc, argv)
{
struct iovec iov[6];
int ch, mntflags;
- char *fs_name, *options, *fspec, mntpath[MAXPATHLEN];
+ char *fs_name, *fspec, mntpath[MAXPATHLEN];
- options = NULL;
mntflags = 0;
while ((ch = getopt(argc, argv, "o:")) != -1)
switch (ch) {
OpenPOWER on IntegriCloud