From: maximilian attems Date: Wed, 23 Jul 2008 10:06:48 +0000 (+0200) Subject: mount: s/MOUNTED/_PATH_MOUNTED/ X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af7b7d1506bdf90e872f047afb0b1c07084a5d7;p=util-linux 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 --- 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 (); }