From 7eda085c41faa3445b4b168ce78ab18dab87d98a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:25:39 +0100 Subject: Imported from util-linux-2.9v tarball. --- mount/mount_by_label.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mount/mount_by_label.c') diff --git a/mount/mount_by_label.c b/mount/mount_by_label.c index a48c9de19..be37496f8 100644 --- a/mount/mount_by_label.c +++ b/mount/mount_by_label.c @@ -1,3 +1,7 @@ +/* 1999-02-22 Arkadiusz Mi¶kiewicz + * - added Native Language Support + */ + #include #include #include @@ -6,6 +10,7 @@ #include "sundries.h" /* for xstrdup */ #include "linux_fs.h" #include "mount_by_label.h" +#include "nls.h" #define PROC_PARTITIONS "/proc/partitions" #define DEVLABELDIR "/dev" @@ -133,7 +138,8 @@ get_spec_by_uuid(const char *s) { return get_spec_by_x(UUID, uuid); bad_uuid: - die(EX_USAGE, "mount: bad UUID"); + die(EX_USAGE, _("mount: bad UUID")); + return NULL; /* just for gcc */ } char * -- cgit v1.2.3-55-g7522