aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-06 00:44:01 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-06 00:44:01 +0000
commit77432371acbde32fad2c0ee200c94da21dbaf70d (patch)
tree22ed5f839a237397b4ee775edc26d884861214fc /ChangeLog
parent11b3488225fff62fe08631c3d2a2d2ec6c48d90c (diff)
downloadglibc-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c844d9b19f..8eb0e46af3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.