1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 17:56:54 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-03-22 21:32:34 +00:00
parent 1bf7ea8fd1
commit 27b3065db1

View File

@@ -1,7 +1,16 @@
2003-03-20 Jim Meyering <jim@meyering.net>
2003-03-22 Jim Meyering <jim@meyering.net>
* Version 4.5.12.
* src/stat.c: Don't include <sys/sysmacros.h>.
That is already done via system.h. Otherwise, the multiple
inclusion would evoke redefinition warnings from Cray's /bin/cc,
aka Cray Standard C Version 4.0.3 (057126) Mar 22 2003 22:02:28.
(human_fstype): Factor some directives `up', out of this function.
Cast away `const' to avoid error from Cray's /bin/cc.
2003-03-20 Jim Meyering <jim@meyering.net>
* announce-gen (print_changelog_deltas): Ensure that a newline
precedes each row of `*'s.