summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-28 21:00:28 +0000
committerRoland McGrath <roland@gnu.org>1996-03-28 21:00:28 +0000
commitc475b8f5942e932781155173e77287d12714e294 (patch)
tree38e25b3dfcd9e09a400c67f8319e704ed4442a70 /sunrpc
parent7a1c652d5836158b067953d3cc737ab7194c21b7 (diff)
* sunrpc/rpc_main.c (main): Call textdomain.
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/rpc_main.c3
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);