From: Jim Meyering Date: Mon, 30 Oct 1995 18:00:05 +0000 (+0000) Subject: (eaccess_stat): Make static. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da3b26cb6100672d6a21b79218b5aa818fcb7ad0;p=pspp (eaccess_stat): Make static. --- diff --git a/lib/euidaccess.c b/lib/euidaccess.c index 7bd317d481..8b00270092 100644 --- a/lib/euidaccess.c +++ b/lib/euidaccess.c @@ -99,7 +99,7 @@ static int have_ids = 0; 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;