mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
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.
This commit is contained in:
parent
a1b567d058
commit
a18f73be58
@ -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>
|
2001-06-05 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* manual/stdio.texi (Portable Positioning): Fix description of
|
* manual/stdio.texi (Portable Positioning): Fix description of
|
||||||
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
|
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);
|
clnt_control (dbp->clnt, CLSET_TIMEOUT, (caddr_t)&RPCTIMEOUT);
|
||||||
/* If the program exists, close the socket */
|
/* If the program exists, close the socket */
|
||||||
if (fcntl (dbp->socket, F_SETFD, 1) == -1)
|
if (fcntl (dbp->socket, F_SETFD, 1) == -1)
|
||||||
perror (_("fcntl: F_SETFD"));
|
perror ("fcntl: F_SETFD");
|
||||||
|
|
||||||
if (dbp->use_auth)
|
if (dbp->use_auth)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user