summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
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 <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.