mount: s/MOUNTED/_PATH_MOUNTED/

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>
This commit is contained in:
maximilian attems 2008-07-23 12:06:48 +02:00 committed by Karel Zak
parent c23f3b28d0
commit 8af7b7d150
1 changed files with 1 additions and 1 deletions

View 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 ();
}