diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-06 00:44:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-06 00:44:01 +0000 |
commit | 77432371acbde32fad2c0ee200c94da21dbaf70d (patch) | |
tree | 22ed5f839a237397b4ee775edc26d884861214fc /ChangeLog | |
parent | 11b3488225fff62fe08631c3d2a2d2ec6c48d90c (diff) | |
download | glibc-77432371acbde32fad2c0ee200c94da21dbaf70d.tar glibc-77432371acbde32fad2c0ee200c94da21dbaf70d.tar.gz glibc-77432371acbde32fad2c0ee200c94da21dbaf70d.tar.bz2 glibc-77432371acbde32fad2c0ee200c94da21dbaf70d.zip |
Update.
* sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Cache
result. Search first in /etc/mtab (proc/mounts would be stupid).
If mount not in the file fall back on /proc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-07-05 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Cache + result. Search first in /etc/mtab (proc/mounts would be stupid). + If mount not in the file fall back on /proc. + * crypt/md5-crypt.c (__md5_crypt_r): Clear arrays the key and salt string got copied in. Patch by Solar Designer <solar@false.com>. |