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-Tag: TEXTUTILS-1_14e~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2705c1e62dd672ab55af6420a9818322f23affb;p=thirdparty%2Fcoreutils.git [_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