changeset 20309:c19095ef2f58

[_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.
author Jim Meyering <jim@meyering.net>
date Thu, 23 May 1996 13:04:03 +0000
parents 3295424dba3c
children e560f7b02ab9
files lib/fsusage.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/fsusage.c	Wed May 22 12:37:29 1996 +0000
+++ b/lib/fsusage.c	Thu May 23 13:04:03 1996 +0000
@@ -37,7 +37,7 @@
 #include <sys/vfs.h>
 #endif
 
-#ifdef HAVE_SYS_FILSYS_H
+#if defined(HAVE_SYS_FILSYS_H) && !defined(_CRAY)
 #include <sys/filsys.h>		/* SVR2.  */
 #endif