1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

merge with 3.5.5

This commit is contained in:
Jim Meyering
1993-05-22 02:09:05 +00:00
parent 5ca6750d57
commit d1c5cbfcdd
20 changed files with 130 additions and 41 deletions
+2
View File
@@ -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;