From: Jim Meyering Date: Sat, 2 Oct 1999 11:12:34 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0j-trial~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1003235282d4003000cf331b5237d2ebdace8a40;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c46e4d2640..a6f221109b 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.