diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-27 01:20:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-27 01:20:12 +0000 |
commit | 3218d55b950ccb1e6422cb6abf6fd4a780170e43 (patch) | |
tree | 8f042f7273e8aef5a9a34bcef19b7240d3c56b40 /ChangeLog | |
parent | d9fc1ec727b77e215f6d56736bebf8d68fc0b195 (diff) | |
download | glibc-3218d55b950ccb1e6422cb6abf6fd4a780170e43.tar.gz glibc-3218d55b950ccb1e6422cb6abf6fd4a780170e43.tar.xz glibc-3218d55b950ccb1e6422cb6abf6fd4a780170e43.zip |
* nis/nis_table.c (__create_ib_request): Use strdupa instead of
variable size array. (RPCTIMEOUT): Mark as const. (RPCTIMEOUT, UDPTIMEOUT): Mark as const.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5ef0739965..9f0e96fe63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-11-26 Ulrich Drepper <drepper@redhat.com> + * nis/nis_table.c (__create_ib_request): Use strdupa instead of + variable size array. + (RPCTIMEOUT): Mark as const. + * nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_saddr by hand. (ypdomainname): Renamed from __ypdomainname. No need for initializer. (ypbindlist): Renamed from __ypbindlist. @@ -15,6 +19,7 @@ (yp_match, yp_next, yp_master, yp_order, yp_maplist): Use it. (yp_all): Correct test for invalid parameter. Pretty printing. + (RPCTIMEOUT, UDPTIMEOUT): Mark as const. 2005-11-25 Richard Henderson <rth@redhat.com> |