projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c756343
)
euidaccess-stat: remove unnecessary macros
author
Eric Blake
<ebb9@byu.net>
Fri, 4 Sep 2009 04:07:39 +0000
(22:07 -0600)
committer
Jim Meyering
<meyering@redhat.com>
Fri, 11 Sep 2009 12:08:58 +0000
(14:08 +0200)
* lib/euidaccess-stat.c (F_OK, R_OK, W_OK, X_OK): Delete; now
guaranteed by gnulib.
lib/euidaccess-stat.c
patch
|
blob
|
history
diff --git
a/lib/euidaccess-stat.c
b/lib/euidaccess-stat.c
index 98ce28157eb50d0e03b27e5c3eaf1fd2c4ceb944..3d0897bf788dd21a94548bee2c2cafbea38ec42c 100644
(file)
--- a/
lib/euidaccess-stat.c
+++ b/
lib/euidaccess-stat.c
@@
-25,13
+25,6
@@
#include <unistd.h>
-#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"