From 4aec394fbd41eb7d3a9f99eaf112df7fbd15a050 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 27 Feb 2000 19:05:50 +0000 Subject: [PATCH] . --- lib/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index a62af45046..0f071e1b8d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2000-02-27 Jim Meyering + * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/. + Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. + * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'. Declare malloc if needed. -- 2.30.2