# HG changeset patch # User Jim Meyering # Date 738036561 0 # Node ID 2a3d53e5530185db42ad371e9e03b7ee2b201a3f # Parent fe2e35bd06251cf621ce7979c8af894d94386310 merge with 3.5.5 diff -r fe2e35bd0625 -r 2a3d53e55301 lib/fsusage.c --- a/lib/fsusage.c Thu May 13 01:47:22 1993 +0000 +++ b/lib/fsusage.c Sat May 22 02:09:21 1993 +0000 @@ -156,9 +156,11 @@ 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;