From: LaMont Jones Date: Mon, 9 Jul 2007 00:03:08 +0000 (-0600) Subject: mount.c typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c56799ee296fd220da6ec65fa3f4bb48f01b7170;p=util-linux mount.c typo --- diff --git a/mount/mount.c b/mount/mount.c index 7cfa7338..851122fc 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -193,7 +193,7 @@ static const struct opt_map opt_map[] = { static const char *opt_loopdev, *opt_vfstype, *opt_offset, *opt_encryption, *opt_speed, *opt_comment, *opt_uhelper; -static confst char *opt_keybits, *opt_nohashpass; +static const char *opt_keybits, *opt_nohashpass; static int mounted (const char *spec0, const char *node0); static int check_special_mountprog(const char *spec, const char *node,