From: Ulrich Drepper Date: Sun, 15 Feb 1998 23:23:43 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/libc-980218~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f565518e7e393419f99457792971ce71215d02cc;p=thirdparty%2Fglibc.git Update. 1998-02-15 Thorsten Kukuk * nis/ypclnt.c (yp_all): Remove error message, user should print it. --- diff --git a/ChangeLog b/ChangeLog index ff86a8c9b61..45926c44fd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-02-15 Thorsten Kukuk + + * nis/ypclnt.c (yp_all): Remove error message, user should print it. + 1998-02-15 Ulrich Drepper * libc.map: Add __strcasecmp. diff --git a/nis/ypclnt.c b/nis/ypclnt.c index a20d4926aa9..f67a8f8b86f 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 similarity index 100% rename from time/simplebackw rename to timezone/simplebackw