summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-27 19:05:50 +0000
committerJim Meyering <jim@meyering.net>2000-02-27 19:05:50 +0000
commit2b8209bca8617a5ebeeeddfc3f8953b24a57a0e0 (patch)
treece87a7489ac215e315f385c3ad195b9bcf8b6518 /lib
parenta98c656b54deaf53f0ef5347ff08169cc774eb9e (diff)
downloadcoreutils-2b8209bca8617a5ebeeeddfc3f8953b24a57a0e0.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index a62af4504..0f071e1b8 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,8 @@
2000-02-27 Jim Meyering <meyering@lucent.com>
+ * 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.