diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2003-03-22 Jim Meyering <jim@meyering.net> +2003-03-23 Jim Meyering <jim@meyering.net> * Version 4.5.12. + * README: Describe problem with 64-bit mode on HPUX 11.x, + with patch for /usr/include/inttypes.h. + * TODO: Plan to add an autoconf test to work around the bug. + +2003-03-22 Jim Meyering <jim@meyering.net> + * 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, |