X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffsusage.c;h=c9ed26c878c23618f565367c8ba70a8bf85ffc1a;hb=ff9a646b84f2efe592f16cab668ea5538171bc83;hp=2a1fe86c75d5f93571f2f1b501626af53bcd4a24;hpb=d305484f69f0902a805f4cb3f6dd646a008b3441;p=gnulib.git diff --git a/lib/fsusage.c b/lib/fsusage.c index 2a1fe86c7..c9ed26c87 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;