summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-23 13:04:03 +0000
committerJim Meyering <jim@meyering.net>1996-05-23 13:04:03 +0000
commit7d358b253f8a3c3031163a48f438a58091e6356b (patch)
treeabea60d3c43efba598fab9820a3cf2dfc403f766
parent33128a4920c2f9e2a807308d0fe7af86e09d0066 (diff)
downloadgnulib-7d358b253f8a3c3031163a48f438a58091e6356b.tar.gz
[_CRAY]: Don't include sys/filsys.h because although
Unicos-9 has it, it's not needed and would cause other problems because it requires inclusion of other, non-standard headers.
-rw-r--r--lib/fsusage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c
index 8a60eb1a2b..5260b9f80f 100644
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -37,7 +37,7 @@ int statfs ();
#include <sys/vfs.h>
#endif
-#ifdef HAVE_SYS_FILSYS_H
+#if defined(HAVE_SYS_FILSYS_H) && !defined(_CRAY)
#include <sys/filsys.h> /* SVR2. */
#endif