projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e6585e
)
[HAVE_SYS_FS_S5PARAM_H]: Include sys/fs/s5param.h
author
Jim Meyering
<jim@meyering.net>
Wed, 31 Jul 1996 04:43:59 +0000
(
04:43
+0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 31 Jul 1996 04:43:59 +0000
(
04:43
+0000)
to work around bug in sys/filsys.h of Fujitsu UXP/V.
Reported by Johan Danielsson.
lib/fsusage.c
patch
|
blob
|
history
diff --git
a/lib/fsusage.c
b/lib/fsusage.c
index 34093a3a10cd7cb9961663022bc10148e422ecee..f10c9b3411da7e09f21a27f9685b2188a572303a 100644
(file)
--- a/
lib/fsusage.c
+++ b/
lib/fsusage.c
@@
-37,6
+37,10
@@
int statfs ();
#include <sys/vfs.h>
#endif
+#ifdef HAVE_SYS_FS_S5PARAM_H /* Fujitsu UXP/V */
+#include <sys/fs/s5param.h>
+#endif
+
#if defined(HAVE_SYS_FILSYS_H) && !defined(_CRAY)
#include <sys/filsys.h> /* SVR2. */
#endif