diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | nis/ypclnt.c | 5 | ||||
-rw-r--r-- | timezone/simplebackw (renamed from time/simplebackw) | 0 |
3 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index ff86a8c9b6..45926c44fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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> * libc.map: Add __strcasecmp. diff --git a/nis/ypclnt.c b/nis/ypclnt.c index a20d4926aa..f67a8f8b86 100644 --- a/nis/ypclnt.c +++ b/nis/ypclnt.c @@ -680,10 +680,7 @@ yp_all (const char *indomain, const char *inmap, clnt_sin.sin_port = 0; clnt = clnttcp_create (&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0); if (clnt == NULL) - { - puts (_("yp_all: clnttcp_create failed")); - return YPERR_PMAP; - } + return YPERR_PMAP; req.domain = (char *) indomain; req.map = (char *) inmap; diff --git a/time/simplebackw b/timezone/simplebackw index 860624a1c3..860624a1c3 100644 --- a/time/simplebackw +++ b/timezone/simplebackw |