From e5dba03d2f02d4df2ac84abad2dba995c47afbfc Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 3 Sep 2009 22:07:39 -0600 Subject: euidaccess-stat: remove unnecessary macros * lib/euidaccess-stat.c (F_OK, R_OK, W_OK, X_OK): Delete; now guaranteed by gnulib. --- lib/euidaccess-stat.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib') diff --git a/lib/euidaccess-stat.c b/lib/euidaccess-stat.c index 98ce28157..3d0897bf7 100644 --- a/lib/euidaccess-stat.c +++ b/lib/euidaccess-stat.c @@ -25,13 +25,6 @@ #include -#ifndef F_OK -# define F_OK 0 -# define X_OK 1 -# define W_OK 2 -# define R_OK 4 -#endif - #include "group-member.h" #include "stat-macros.h" -- cgit v1.2.3-54-g00ecf