diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-20 19:25:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-20 19:25:53 +0000 |
commit | 55b6a4f263bd3b6236174cef4a39a12ac810e9fb (patch) | |
tree | 796e01f3cf03be66fa23f72fc616dc9ad47505de /ChangeLog | |
parent | 3d50529df98624014a5d38099e88b364dbaba257 (diff) | |
download | glibc-55b6a4f263bd3b6236174cef4a39a12ac810e9fb.tar.gz glibc-55b6a4f263bd3b6236174cef4a39a12ac810e9fb.tar.xz glibc-55b6a4f263bd3b6236174cef4a39a12ac810e9fb.zip |
* sunrpc/auth_unix.c (auth_unix_ops): Mark as const.
* sunrpc/auth_none.c (ops): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d081d02f59..03b12299ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2005-12-20 Ulrich Drepper <drepper@redhat.com> - * sunrpc/auth_none.c (ops): Mark as const. + * sunrpc/auth_unix.c (auth_unix_ops): Mark as const. + * sunrpc/auth_none.c (ops): Likewise. * nss/nsswitch.c (databases): Mark as const. Change name field into array. |