From: Jim Meyering Date: Sat, 22 May 1993 02:09:21 +0000 (+0000) Subject: merge with 3.5.5 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3773b1ccbcdc3c84226a0321bcd2891325e1c329;p=pspp merge with 3.5.5 --- diff --git a/lib/fsusage.c b/lib/fsusage.c index 2a1fe86c75..c9ed26c878 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -156,9 +156,11 @@ get_fs_usage (path, disk, fsp) no matter what value f_bsize has. */ #define convert_blocks(b) (b) #ifndef _SEQUENT_ /* _SEQUENT_ is DYNIX/ptx. */ +#ifndef DOLPHIN /* DOLPHIN 3.8.alfa/7.18 has f_bavail */ #define f_bavail f_bfree #endif #endif +#endif #ifdef STAT_STATVFS /* SVR4. */ struct statvfs fsd;