diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-23 09:13:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-23 09:13:36 +0000 |
commit | 585736ca424b42d21582d5f0f20365f58fb49101 (patch) | |
tree | c2227b7973dababab56e7665dde5303ca731acad /ChangeLog | |
parent | 92b524013b9b9b34abe2b7674306276c1a824b75 (diff) | |
download | coreutils-585736ca424b42d21582d5f0f20365f58fb49101.tar.xz |
Plan to add an autoconf test to work around the HPUX 11.x bug.
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, |