(eaccess_stat): Make static.
authorJim Meyering <jim@meyering.net>
Mon, 30 Oct 1995 18:00:05 +0000 (18:00 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 30 Oct 1995 18:00:05 +0000 (18:00 +0000)
lib/euidaccess.c

index 7bd317d..8b00270 100644 (file)
@@ -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;