openat: test for fstatat (AT_FDCWD, ..., 0) bug
[gnulib.git] / lib / euidaccess.c
index 29efc2b..4178354 100644 (file)
@@ -1,6 +1,6 @@
 /* euidaccess -- check if effective user id can access file
 
-   Copyright (C) 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-2010 Free
+   Copyright (C) 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-2011 Free
    Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 # undef stat
 # define stat stat64
 
-#else
-
-# include "group-member.h"
-
 #endif
 
 /* Return 0 if the user has permission of type MODE on FILE;