diff --git a/misc-utils/enosys.c b/misc-utils/enosys.c index ec02f454f..9ec80c685 100644 --- a/misc-utils/enosys.c +++ b/misc-utils/enosys.c @@ -96,6 +96,10 @@ int main(int argc, char **argv) bool blocked_syscalls[ARRAY_SIZE(syscalls)] = {}; + setlocale(LC_ALL, ""); + bindtextdomain(PACKAGE, LOCALEDIR); + textdomain(PACKAGE); + while ((c = getopt_long (argc, argv, "+Vhs:l", longopts, NULL)) != -1) { switch (c) { case 's':