diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c46e4d264..a6f221109 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 1999-09-28 Jim Meyering + * src/system.h: Do s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics. + Do the same for other config.h macros like CLOSEDIR_VOID and MAJOR_*. + * src/sys2.h: Likewise. + * lib/xalloc.h (__attribute__): Protect against redefinition. From Akim Demaille.