This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Small correction for nis/nis_call.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]