# HG changeset patch # User Jim Meyering # Date 815076005 0 # Node ID a3c078c53e4354e4b73f396004c0796d74955679 # Parent b2984f830b57a5803f1e48b8d32c5e8c7001fb35 (eaccess_stat): Make static. diff --git a/lib/euidaccess.c b/lib/euidaccess.c --- a/lib/euidaccess.c +++ b/lib/euidaccess.c @@ -99,7 +99,7 @@ Then, if the user is not running set-uid or set-gid, use access instead of attempting a manual and non-portable comparison. */ -int +static int eaccess_stat (statp, mode, path) const struct stat *statp; int mode;