mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-07 22:42:06 +03:00
Update.
1998-02-15 Thorsten Kukuk <kukuk@vt.uni-paderborn.de> * nis/ypclnt.c (yp_all): Remove error message, user should print it.
This commit is contained in:
parent
64ea8bea1c
commit
f565518e7e
@ -1,3 +1,7 @@
|
|||||||
|
1998-02-15 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
|
||||||
|
|
||||||
|
* nis/ypclnt.c (yp_all): Remove error message, user should print it.
|
||||||
|
|
||||||
1998-02-15 Ulrich Drepper <drepper@cygnus.com>
|
1998-02-15 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* libc.map: Add __strcasecmp.
|
* libc.map: Add __strcasecmp.
|
||||||
|
@ -680,10 +680,7 @@ yp_all (const char *indomain, const char *inmap,
|
|||||||
clnt_sin.sin_port = 0;
|
clnt_sin.sin_port = 0;
|
||||||
clnt = clnttcp_create (&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0);
|
clnt = clnttcp_create (&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0);
|
||||||
if (clnt == NULL)
|
if (clnt == NULL)
|
||||||
{
|
|
||||||
puts (_("yp_all: clnttcp_create failed"));
|
|
||||||
return YPERR_PMAP;
|
return YPERR_PMAP;
|
||||||
}
|
|
||||||
req.domain = (char *) indomain;
|
req.domain = (char *) indomain;
|
||||||
req.map = (char *) inmap;
|
req.map = (char *) inmap;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user