summaryrefslogtreecommitdiff
path: root/lib/fsusage.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-05-22 02:09:05 +0000
committerJim Meyering <jim@meyering.net>1993-05-22 02:09:05 +0000
commitd1c5cbfcddaced8d64b23bc3f22bfc4082b58604 (patch)
tree684956921106115248c1a6e3263fba4309b0d698 /lib/fsusage.c
parent5ca6750d57a9d89163cd3548758589d4ab14c75c (diff)
downloadcoreutils-d1c5cbfcddaced8d64b23bc3f22bfc4082b58604.tar.xz
merge with 3.5.5
Diffstat (limited to 'lib/fsusage.c')
-rw-r--r--lib/fsusage.c2
1 files changed, 2 insertions, 0 deletions
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;