projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f05befc
)
(eaccess_stat): Make static.
author
Jim Meyering
<jim@meyering.net>
Mon, 30 Oct 1995 18:00:05 +0000
(18:00 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 30 Oct 1995 18:00:05 +0000
(18:00 +0000)
lib/euidaccess.c
patch
|
blob
|
history
diff --git
a/lib/euidaccess.c
b/lib/euidaccess.c
index
7bd317d
..
8b00270
100644
(file)
--- 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;