diff options
| author | Jim Meyering <jim@meyering.net> | 1995-10-30 18:00:05 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1995-10-30 18:00:05 +0000 |
| commit | 84df8be86408de0466357f5543ba866477036c77 (patch) | |
| tree | 052b8921ba46d479e9ab5ad04ee1b5571fb23c95 /lib/euidaccess.c | |
| parent | (copy): Update one of the calls to eaccess_stat to use 3 arguments. Ugh! (diff) | |
| download | coreutils-84df8be86408de0466357f5543ba866477036c77.tar.gz coreutils-84df8be86408de0466357f5543ba866477036c77.zip | |
(eaccess_stat): Make static.
Diffstat (limited to 'lib/euidaccess.c')
| -rw-r--r-- | lib/euidaccess.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
