diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 538098695..f85a89c01 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +1999-04-22 Jim Meyering + + * src/shred.c (word32): Don't use `#error'; it runs afoul of + SunOS 4.1.4 cc. + + * lib/strtoull.c: Guard strong_alias and weak_alias with #ifdef _LIBC. + 1999-04-20 Paul Eggert Replace our temporary hack implementation of strtoumax with