1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-09 10:11:34 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-10-18 06:49:24 +00:00
parent 76cc19f679
commit 82d3409e3d
+6 -1
View File
@@ -1,7 +1,12 @@
2002-10-17 Jim Meyering <meyering@lucent.com>
2002-10-18 Jim Meyering <meyering@lucent.com>
* Version 4.5.4.
* src/system.h (ST_BLKSIZE): Correct comment describing how to
reproduce HPUX-11 cat failure. From Petter Reinholdtsen.
2002-10-17 Jim Meyering <meyering@lucent.com>
Fix a problem that could make e.g., `cat' misbehave on systems which
give invalid (unreasonably large) values for stat.st_blksize.
* src/system.h (ST_BLKSIZE): Ensure that the result is in [1..4MB].