diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-27 18:53:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-27 18:53:50 +0000 |
commit | a98c656b54deaf53f0ef5347ff08169cc774eb9e (patch) | |
tree | 19b010cc9a26e26bf4498fc0d1d4e4f15553e007 /old | |
parent | e43759db0c3d2333c4eb0455b6ae347d2d7a2bba (diff) | |
download | coreutils-a98c656b54deaf53f0ef5347ff08169cc774eb9e.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index dfb74702f..3addd872e 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. |