changeset 2295:1577fef29121

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sun, 27 Feb 2000 18:04:10 +0000
parents 32a3de088d60
children 1d486bbff0f2
files lib/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.