From 7d358b253f8a3c3031163a48f438a58091e6356b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 May 1996 13:04:03 +0000 Subject: [PATCH] [_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. --- lib/fsusage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #endif -#ifdef HAVE_SYS_FILSYS_H +#if defined(HAVE_SYS_FILSYS_H) && !defined(_CRAY) #include /* SVR2. */ #endif -- 2.30.2