about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-16 14:17:29 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-16 14:17:29 +0000
commit7d17e925e92cf4f801ac7c82c8e12b06096828e7 (patch)
treed78f103acd59586921c57f7b116c221c6d5b6e29 /ChangeLog
parentafab401e5fafc55d0fa0ae93329dac8e6783cc2d (diff)
downloadglibc-7d17e925e92cf4f801ac7c82c8e12b06096828e7.tar.gz
glibc-7d17e925e92cf4f801ac7c82c8e12b06096828e7.tar.xz
glibc-7d17e925e92cf4f801ac7c82c8e12b06096828e7.zip
Update.
1999-04-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/fstatvfs.c: Set f_frsize to zero.  Don't
	include "linux_fsinfo.h".
	Based on a patch by H.J. Lu <hjl@gnu.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a59601e4d..ba95347c31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-04-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+	* sysdeps/unix/sysv/linux/fstatvfs.c: Set f_frsize to zero.  Don't
+	include "linux_fsinfo.h".
+	Based on a patch by H.J. Lu <hjl@gnu.org>.
+
 1999-04-16  Thorsten Kukuk  <kukuk@suse.de>
 
 	* sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.