[_CRAY]: Don't include sys/filsys.h because although
authorJim Meyering <jim@meyering.net>
Thu, 23 May 1996 13:04:03 +0000 (13:04 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 May 1996 13:04:03 +0000 (13:04 +0000)
Unicos-9 has it, it's not needed and would cause other problems
because it requires inclusion of other, non-standard headers.

lib/fsusage.c

index 8a60eb1..5260b9f 100644 (file)
@@ -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