Small correction for nis/nis_call.c

Philipp Thomas pthomas@suse.de
Tue Jun 5 11:20:00 GMT 2001


Marking that string for translation IMO doesn't make any sense. So either
don't mark it or change it to something more sensible (it's IMO very
terse).


2001-06-05  Philipp Thomas  <pthomas@suse.de>

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

--- nis/nis_call.c.old	Tue Jun  5 20:09:50 2001
+++ nis/nis_call.c	Tue Jun  5 20:10:03 2001
@@ -153,7 +153,7 @@
   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)
     {

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Deutscherrnstr. 15-19, D-90429 Nuremberg, Germany

Penguins shall save the dinosaurs
                          -- Handelsblatt about Linux on S/390



More information about the Libc-alpha mailing list