Mercurial > hg > octave-jordi > gnulib-hg
changeset 85:2a3d53e55301
merge with 3.5.5
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 22 May 1993 02:09:21 +0000 |
parents | fe2e35bd0625 |
children | bf280196c55d |
files | lib/fsusage.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -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;