From: Ulrich Drepper Date: Sat, 26 Nov 2005 22:16:52 +0000 (+0000) Subject: * nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_saddr by hand. X-Git-Tag: upstream/2.30~16169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9fc1ec727b77e215f6d56736bebf8d68fc0b195;p=external%2Fglibc.git * nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_saddr by hand. (ypdomainname): Renamed from __ypdomainname. No need for initializer. (ypbindlist): Renamed from __ypbindlist. (do_ypcall): Check memory allocation suceeded before calling yp_bind_ypbindprog. (yperr_string): Reduce size of function by using only one gettext call. (ypbinderr_string): Likewise. (yp_match): Free response in case memory for return value cannot be allocated. (yp_first): Likewise. (yp_next): Likewise. (do_ypcall_tr): New function which translates error codes as well. (yp_match, yp_next, yp_master, yp_order, yp_maplist): Use it. (yp_all): Correct test for invalid parameter. Pretty printing. --- diff --git a/ChangeLog b/ChangeLog index e9593b2..5ef0739 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2005-11-26 Ulrich Drepper + + * nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_saddr by hand. + (ypdomainname): Renamed from __ypdomainname. No need for initializer. + (ypbindlist): Renamed from __ypbindlist. + (do_ypcall): Check memory allocation suceeded before calling + yp_bind_ypbindprog. + (yperr_string): Reduce size of function by using only one gettext call. + (ypbinderr_string): Likewise. + (yp_match): Free response in case memory for return value cannot be + allocated. + (yp_first): Likewise. + (yp_next): Likewise. + (do_ypcall_tr): New function which translates error codes as well. + (yp_match, yp_next, yp_master, yp_order, yp_maplist): Use it. + (yp_all): Correct test for invalid parameter. + Pretty printing. + 2005-11-25 Richard Henderson * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo.