projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a21606
)
euidaccess: fix compilation error
author
Eric Blake
<ebb9@byu.net>
Tue, 8 Sep 2009 19:06:02 +0000
(13:06 -0600)
committer
Eric Blake
<ebb9@byu.net>
Tue, 8 Sep 2009 19:07:23 +0000
(13:07 -0600)
* lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
patch
|
blob
|
history
lib/euidaccess.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 9316020ba4b625f657029f2216981fd3be314581..8cf27c034573f1f82a594de28f34d2acfed20569 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,8
@@
2009-09-08 Eric Blake <ebb9@byu.net>
+ euidaccess: fix compilation error
+ * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
+
rawmemchr: relax license
* modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
okay.
diff --git
a/lib/euidaccess.c
b/lib/euidaccess.c
index 5ba59b0ef6fcd23c5695e5f24e7e73b5a9f1d5f0..dcb6e3a9316bc120f9182abd55252ea9de5c45ba 100644
(file)
--- a/
lib/euidaccess.c
+++ b/
lib/euidaccess.c
@@
-25,6
+25,7
@@
# include <config.h>
#endif
+#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>