summaryrefslogtreecommitdiff
path: root/nis/nis_call.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-06-06 07:19:47 +0000
committerAndreas Jaeger <aj@suse.de>2001-06-06 07:19:47 +0000
commita18f73be580ea822075b931f8f4d368b368d0e06 (patch)
treeddf06e6f363e935066c4dcfdbca5ff8c800bf8d7 /nis/nis_call.c
parenta1b567d0585d747ba2e460d02f7a9f775cf0efe7 (diff)
Update.
2001-06-05 Philipp Thomas <pthomas@suse.de> * nis/nis_call.c (__nisbind_connect): Don't mark for translation what can't be translated.
Diffstat (limited to 'nis/nis_call.c')
-rw-r--r--nis/nis_call.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nis/nis_call.c b/nis/nis_call.c
index 0315ce3c40..e66d1989b0 100644
--- a/nis/nis_call.c
+++ b/nis/nis_call.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
@@ -153,7 +153,7 @@ __nisbind_connect (dir_binding *dbp)
clnt_control (dbp->clnt, CLSET_TIMEOUT, (caddr_t)&RPCTIMEOUT);
/* If the program exists, close the socket */
if (fcntl (dbp->socket, F_SETFD, 1) == -1)
- perror (_("fcntl: F_SETFD"));
+ perror ("fcntl: F_SETFD");
if (dbp->use_auth)
{