summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-27 18:04:10 +0000
committerJim Meyering <jim@meyering.net>2000-02-27 18:04:10 +0000
commit633c0745b9b36bfbe9ca1f0dbe8c91b08a802ce6 (patch)
treefae565e17b2b04911f9ce6500ca3c9ca93388371 /lib
parent5bea77e1af4b89a68004d57e768b0911a45b560d (diff)
downloadcoreutils-633c0745b9b36bfbe9ca1f0dbe8c91b08a802ce6.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 13037fb02..a62af4504 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,9 @@
2000-02-27 Jim Meyering <meyering@lucent.com>
+ * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H',
+ not `#if STDC_HEADERS'.
+ Declare malloc if needed.
+
* backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
now that autoconf always defines the HAVE_DECL_ symbols.
* human.c: Likewise.