changeset 20198:003f29120306

(eaccess_stat): Make static.
author Jim Meyering <jim@meyering.net>
date Mon, 30 Oct 1995 18:00:05 +0000
parents 0485293b2b81
children 54f4a46a434a
files lib/euidaccess.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/euidaccess.c	Sun Oct 29 19:36:39 1995 +0000
+++ b/lib/euidaccess.c	Mon Oct 30 18:00:05 1995 +0000
@@ -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;