git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
340a2c6
)
RX: Include sys/file.h for rx_lwp.c
author
Andrew Deason
<adeason@sinenomine.net>
Wed, 13 Apr 2011 15:11:59 +0000 (10:11 -0500)
committer
Derrick Brashear
<shadow@dementia.org>
Wed, 13 Apr 2011 17:50:15 +0000 (10:50 -0700)
rx_lwp.c uses FNDELAY, which requires sys/file.h on at least Solaris.
So, include it.
Change-Id: Ida652a3c9bfccb120a67f0c5d4f71537a11fa00f
Reviewed-on: http://gerrit.openafs.org/4466
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx_lwp.c
patch
|
blob
|
history
diff --git
a/src/rx/rx_lwp.c
b/src/rx/rx_lwp.c
index
1de0857
..
aa1c5bb
100644
(file)
--- a/
src/rx/rx_lwp.c
+++ b/
src/rx/rx_lwp.c
@@
-23,6
+23,10
@@
#include <roken.h>
+#ifdef HAVE_SYS_FILE_H
+# include <sys/file.h>
+#endif
+
#include <lwp.h>
#include "rx.h"