summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-27 17:42:26 +0000
committerJim Meyering <jim@meyering.net>2000-02-27 17:42:26 +0000
commit8cf07d22539d4a20f058fe63d08255d66e478899 (patch)
tree71fb7f69a5d8c82fb90b0032099ab42f1da2bc52 /old
parentaadde402068c6b1bdada7177f6b46cdf5648be5f (diff)
downloadcoreutils-8cf07d22539d4a20f058fe63d08255d66e478899.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e01764bb6..dfb74702f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,9 @@
* Version 4.0q.
+ * src/sys2.h: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL...'
+ now that autoconf always defines the HAVE_DECL_ symbols.
+
* src/install.c (install_file_to_path): Always use install_file_in_file.
Based on a patch from Adam Klein via Michael Stone.