# HG changeset patch # User Jim Meyering # Date 951678350 0 # Node ID a138b3e25b61a508047f009d76b6a3657881c1ac # Parent 3167c15fd0aa921c5158109407821e12b450ffdd . diff --git a/lib/ChangeLog b/lib/ChangeLog --- 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.