projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5c46dc
)
fstatat: fix compilation on Solaris
author
Eric Blake
<ebb9@byu.net>
Tue, 8 Sep 2009 02:16:00 +0000
(20:16 -0600)
committer
Eric Blake
<ebb9@byu.net>
Tue, 8 Sep 2009 02:17:12 +0000
(20:17 -0600)
* lib/fstatat.c (includes): Add fcntl.h.
Reported by Pádraig Brady.
Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
patch
|
blob
|
history
lib/fstatat.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 0b9e3a07ddd586bd115036c7af9d4f390df9edb0..7df9226631088dbffdf199fe91fba96da53a0c9a 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,9
@@
+2009-09-08 Eric Blake <ebb9@byu.net>
+
+ fstatat: fix compilation on Solaris
+ * lib/fstatat.c (includes): Add fcntl.h.
+ Reported by Pádraig Brady.
+
2009-09-07 Eric Blake <ebb9@byu.net>
rename: modernize replacement
diff --git
a/lib/fstatat.c
b/lib/fstatat.c
index 2bf547e51bb094f19b1f48669469cf34997cf765..9b0c1afa243b621e682d0e70ac943caf3818697b 100644
(file)
--- a/
lib/fstatat.c
+++ b/
lib/fstatat.c
@@
-22,6
+22,7
@@
#include <sys/stat.h>
#include <errno.h>
+#include <fcntl.h>
#include <string.h>
#undef fstatat