summaryrefslogtreecommitdiff
path: root/src/mkfifo.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-12 03:08:30 +0000
committerJim Meyering <jim@meyering.net>1996-03-12 03:08:30 +0000
commit10c96c43ac7f6465fef64f5d46797853bdc0b155 (patch)
treeeaab216688f4d23edb7a1d3439dd833d90757564 /src/mkfifo.c
parent8e8fd5439a1223a0ac7ac9fcd26e3e012204b349 (diff)
downloadcoreutils-10c96c43ac7f6465fef64f5d46797853bdc0b155.tar.xz
(main): Initialize for internationalized message support: call setlocale,
bindtextdomain, and textdomain.
Diffstat (limited to 'src/mkfifo.c')
-rw-r--r--src/mkfifo.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mkfifo.c b/src/mkfifo.c
index d76135553..89cbf1c90 100644
--- a/src/mkfifo.c
+++ b/src/mkfifo.c
@@ -80,6 +80,10 @@ main (int argc, char **argv)
int optc;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
symbolic_mode = NULL;
#ifndef S_ISFIFO