]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 15 Feb 1998 23:23:43 +0000 (23:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 15 Feb 1998 23:23:43 +0000 (23:23 +0000)
1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

* nis/ypclnt.c (yp_all): Remove error message, user should print it.

ChangeLog
nis/ypclnt.c
timezone/simplebackw [moved from time/simplebackw with 100% similarity]

index ff86a8c9b61bb89b216a71ee236053beb0081761..45926c44fd76e5ba4bd4c77359cdbcded551be3b 100644 (file)
--- 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.
index a20d4926aa9dfdc177a57c7bf63639a9eba383bf..f67a8f8b86f069a87f93b0ccff1f344450534e67 100644 (file)
@@ -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;
 
similarity index 100%
rename from time/simplebackw
rename to timezone/simplebackw