diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-14 15:26:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-14 15:26:13 +0000 |
commit | 0433a3502d98e2c6c1c6a496f4ae521566a2a7b9 (patch) | |
tree | fa545141dfb12bc231586b6adb288385d9a71c8d /ChangeLog | |
parent | de18918f847ff1969ff294145ae5e235f8911cc2 (diff) | |
download | glibc-0433a3502d98e2c6c1c6a496f4ae521566a2a7b9.tar glibc-0433a3502d98e2c6c1c6a496f4ae521566a2a7b9.tar.gz glibc-0433a3502d98e2c6c1c6a496f4ae521566a2a7b9.tar.bz2 glibc-0433a3502d98e2c6c1c6a496f4ae521566a2a7b9.zip |
* nis/nss_nisplus/nisplus-parser.c: Cleanups, use NIS_RES_*
macros. Avoid unnecessary allocation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-04-14 Ulrich Drepper <drepper@redhat.com> + * nis/nss_nisplus/nisplus-parser.c: Cleanups, use NIS_RES_* + macros. Avoid unnecessary allocation. + * sysdeps/unix/sysv/linux/sync_file_range.c: New file. 2006-04-13 Ulrich Drepper <drepper@redhat.com> |