From: Jim Meyering Date: Sun, 27 Feb 2000 18:53:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0q~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a98c656b54deaf53f0ef5347ff08169cc774eb9e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index dfb74702f1..3addd872e9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,9 @@ * Version 4.0q. + * src/sys2.h: Guard declaration of strtoull also with + `&& HAVE_UNSIGNED_LONG_LONG'. + * src/sys2.h: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL...' now that autoconf always defines the HAVE_DECL_ symbols.