.
authorJim Meyering <jim@meyering.net>
Sat, 2 Oct 1999 11:12:34 +0000 (11:12 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Oct 1999 11:12:34 +0000 (11:12 +0000)
old/fileutils/ChangeLog

index c46e4d2..a6f2211 100644 (file)
@@ -1,5 +1,9 @@
 1999-09-28  Jim Meyering  <meyering@ascend.com>
 
+       * 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.