From a18f73be580ea822075b931f8f4d368b368d0e06 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 6 Jun 2001 07:19:47 +0000 Subject: [PATCH] Update. 2001-06-05 Philipp Thomas * nis/nis_call.c (__nisbind_connect): Don't mark for translation what can't be translated. --- ChangeLog | 5 +++++ nis/nis_call.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e6d4c7663..1629a4e97c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-05 Philipp Thomas + + * nis/nis_call.c (__nisbind_connect): Don't mark for translation + what can't be translated. + 2001-06-05 Andreas Jaeger * manual/stdio.texi (Portable Positioning): Fix description of 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 , 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) { -- 2.11.4.GIT