]> err.no Git - util-linux/commitdiff
mount: s/MOUNTED/_PATH_MOUNTED/
authormaximilian attems <max@stro.at>
Wed, 23 Jul 2008 10:06:48 +0000 (12:06 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 23 Jul 2008 22:52:52 +0000 (00:52 +0200)
no longer use deprecated alias.
clears a useless compile error when compiling against klibc:
mount.c:995: error: `MOUNTED' undeclared (first use in this function)

Signed-off-by: maximilian attems <max@stro.at>
mount/mount.c

index 30688ac7c9a38d9342df6e11b9222387033323bd..9a78e9f0a15b282c92a309c8a3cc188c69108b0a 100644 (file)
@@ -992,7 +992,7 @@ update_mtab_entry(const char *spec, const char *node, const char *type,
        if (!nomtab && mtab_does_not_exist()) {
                if (verbose > 1)
                        printf(_("mount: no %s found - creating it..\n"),
-                              MOUNTED);
+                              _PATH_MOUNTED);
                create_mtab ();
        }