From f62a2da1390a78aebe7dcbc5753ba7a2b34cf1fd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 14 Oct 2012 22:22:19 -0700 Subject: faccessat: port to Solaris 10 * lib/faccessat.c: Include , for AT_EACCESS. Needed on Solaris 10, which doesn't have AT_EACCESS, so we need the Gnulib fcntl.h, which defines it. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 36334f4b07..e301fb0a25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-10-14 Paul Eggert + + faccessat: port to Solaris 10 + * lib/faccessat.c: Include , for AT_EACCESS. + Needed on Solaris 10, which doesn't have AT_EACCESS, + so we need the Gnulib fcntl.h, which defines it. + 2012-10-14 Pádraig Brady canonicalize: fix C89 compilation * lib/canonicalize.c (canonicalize_filename_mode): Swap order of -- cgit v1.2.1