diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-28 21:00:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-28 21:00:28 +0000 |
commit | c475b8f5942e932781155173e77287d12714e294 (patch) | |
tree | 38e25b3dfcd9e09a400c67f8319e704ed4442a70 /sunrpc | |
parent | 7a1c652d5836158b067953d3cc737ab7194c21b7 (diff) |
* sunrpc/rpc_main.c (main): Call textdomain.
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/rpc_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c index 7313e6ebf6..053b301aad 100644 --- a/sunrpc/rpc_main.c +++ b/sunrpc/rpc_main.c @@ -70,6 +70,9 @@ main(argc, argv) { struct commandline cmd; + /* Use the libc message catalog for translations. */ + textdomain (_libc_intl_domainname); + if (!parseargs(argc, argv, &cmd)) { f_print(stderr, _("usage: %s infile\n"), cmdname); |