From 84df8be86408de0466357f5543ba866477036c77 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 30 Oct 1995 18:00:05 +0000 Subject: (eaccess_stat): Make static. --- lib/euidaccess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/euidaccess.c') diff --git a/lib/euidaccess.c b/lib/euidaccess.c index 7bd317d48..8b0027009 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; -- cgit v1.2.3-54-g00ecf