summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan S. Arnold <rsa@us.ibm.com>2010-04-03 19:20:29 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-03 19:20:29 -0700
commit3ed8e241229e370cca96650ed727f09838c51d67 (patch)
tree68644689ff3c2fadee968290f23cac2400fe405d /ChangeLog
parented0874085976531bda8a05540b0816e8bf711b71 (diff)
Remove incorrect paring of /proc/stat etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd6b608114..6420b9df48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-25 Ryan S. Arnold <rsa@us.ibm.com>
+
+ * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Remove
+ redundant and incorrect else block which overwrites current line
+ with the partial next line.
+
2010-04-03 Ulrich Drepper <drepper@redhat.com>
[BZ #11438]