summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-14 20:28:14 +0000
committerJim Meyering <jim@meyering.net>2001-01-14 20:28:14 +0000
commitceb3908c6f6c900471598cee6a1b9b3c7952df21 (patch)
tree62619bbf575f693876ca309cc4b7ea15f50b8218
parent4468f22968c2be34cf5d365fa6aae6aa4314b62a (diff)
downloadcoreutils-ceb3908c6f6c900471598cee6a1b9b3c7952df21.tar.xz
.
-rw-r--r--old/fileutils/ChangeLog5
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.