summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-10-02 11:12:34 +0000
committerJim Meyering <jim@meyering.net>1999-10-02 11:12:34 +0000
commit1003235282d4003000cf331b5237d2ebdace8a40 (patch)
treec1e3e7affa8ac51c5e20a5eeb3dcfa48bbdeacb1 /old
parentfb4889bcd9cace9ad185630dfd0f562f54df7e9a (diff)
downloadcoreutils-1003235282d4003000cf331b5237d2ebdace8a40.tar.xz
.
Diffstat (limited to 'old')
-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.