From: Jim Meyering Date: Sun, 27 Feb 2000 19:05:50 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0q X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aec394fbd41eb7d3a9f99eaf112df7fbd15a050;p=thirdparty%2Fgnulib.git . --- 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.