From: Jim Meyering Date: Thu, 23 May 1996 13:04:03 +0000 (+0000) Subject: [_CRAY]: Don't include sys/filsys.h because although X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d358b253f8a3c3031163a48f438a58091e6356b;p=pspp [_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. --- 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