diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-28 05:02:17 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-28 05:02:17 +0000 |
commit | db1c6c3879745616005f0fd270040b34e0882abc (patch) | |
tree | 8b22e28616908e0b9cc039c8978e62f97cc931ce /lib/ChangeLog | |
parent | 84af134c5af4e71f8511371dd8332f2781eda19f (diff) | |
download | coreutils-db1c6c3879745616005f0fd270040b34e0882abc.tar.xz |
Get eaccess from libgen if available; that's where it is on Solaris 9.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 8eacab901..a3b5e953c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2004-07-27 Paul Eggert <eggert@cs.ucla.edu> + * euidaccess.c [HAVE_LIBGEN_H]: Include <libgen.h>, for + eaccess on Solaris and SVR4-like systems. + (euidaccess): Use HAVE_EACCESS, not HAVE_DECL_EACCESS. + cycle-check integer overflow fixup. * cycle-check.h: Remove now-inaccurate comment about the files |