summaryrefslogtreecommitdiff
path: root/lib/euidaccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/euidaccess.c')
-rw-r--r--lib/euidaccess.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/euidaccess.c b/lib/euidaccess.c
index 772cf6f1f..bc4d34cde 100644
--- a/lib/euidaccess.c
+++ b/lib/euidaccess.c
@@ -1,7 +1,7 @@
/* euidaccess -- check if effective user id can access file
- Copyright (C) 1990, 1991, 1995, 1998, 2000, 2003 Free Software
- Foundation, Inc.
+ Copyright (C) 1990, 1991, 1995, 1998, 2000, 2003, 2004 Free
+ Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -133,7 +133,7 @@ static int have_ids;
otherwise, return -1 and set `errno' to EACCESS.
Like access, except that it uses the effective user and group
id's instead of the real ones, and it does not check for read-only
- filesystem, text busy, etc. */
+ file system, text busy, etc. */
int
euidaccess (const char *path, int mode)