diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-14 20:28:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-14 20:28:14 +0000 |
commit | ceb3908c6f6c900471598cee6a1b9b3c7952df21 (patch) | |
tree | 62619bbf575f693876ca309cc4b7ea15f50b8218 | |
parent | 4468f22968c2be34cf5d365fa6aae6aa4314b62a (diff) | |
download | coreutils-ceb3908c6f6c900471598cee6a1b9b3c7952df21.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b79d6e46d..16bf9381b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,11 @@ * Version 4.0.36. + * src/shred.c (UINT_MAX_32_BITS): Define. + Use UINT_MAX_32_BITS in the cpp conditions that determine + the `word32' typedef. Using a literal `0xffffffff' failed with + HPUX10.20's /bin/cc. + * config.sub: Update from master repository. * config.guess: Likewise. |