]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Wed, 6 Jun 2001 07:19:47 +0000 (07:19 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 6 Jun 2001 07:19:47 +0000 (07:19 +0000)
2001-06-05  Philipp Thomas  <pthomas@suse.de>

* nis/nis_call.c (__nisbind_connect): Don't mark for translation
what can't be translated.

ChangeLog
nis/nis_call.c

index 6e6d4c76638b35b49a533ab0e9dd10d3f15a7019..1629a4e97cbcd0fd43a1da8f1b2196c83061780d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-05  Philipp Thomas  <pthomas@suse.de>
+
+       * nis/nis_call.c (__nisbind_connect): Don't mark for translation
+       what can't be translated.
+
 2001-06-05  Andreas Jaeger  <aj@suse.de>
 
        * manual/stdio.texi (Portable Positioning): Fix description of
index 0315ce3c40c690fa5479c14f2cbca5f8a0026740..e66d1989b0c86164693a119e5ad3b90c757868a4 100644 (file)
@@ -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)
     {