summaryrefslogtreecommitdiff
path: root/mount/mount.c
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2008-07-23 12:06:48 +0200
committerKarel Zak <kzak@redhat.com>2008-07-24 00:52:52 +0200
commit8af7b7d1506bdf90e872f047afb0b1c07084a5d7 (patch)
tree5ce14f2be4d258c525583a05ab9f48aa9356e094 /mount/mount.c
parentc23f3b28d088a95283dcd58617c7739efffff27a (diff)
downloadutil-linux-old-8af7b7d1506bdf90e872f047afb0b1c07084a5d7.tar.gz
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>
Diffstat (limited to 'mount/mount.c')
-rw-r--r--mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/mount.c b/mount/mount.c
index 30688ac7..9a78e9f0 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -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 ();
}