From 7d60769bead4b89a096e10bacbb503702ea6e44c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 7 Dec 1998 03:12:10 +0000 Subject: ansideclify --- lib/euidaccess.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/euidaccess.c') diff --git a/lib/euidaccess.c b/lib/euidaccess.c index 4109d993c..277ac3bdf 100644 --- a/lib/euidaccess.c +++ b/lib/euidaccess.c @@ -1,5 +1,5 @@ /* euidaccess -- check if effective user id can access file - Copyright (C) 1990, 1991, 1995 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1995, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -127,9 +127,7 @@ int group_member (); filesystem, text busy, etc. */ int -euidaccess (path, mode) - const char *path; - int mode; +euidaccess (const char *path, int mode) { struct stat stats; int granted; -- cgit v1.2.3-54-g00ecf