From: Jim Meyering Date: Thu, 19 Mar 1998 22:17:43 +0000 (+0000) Subject: (struct fs_usage): New member X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0daa10b13173a5a354d866143e4fa001b4c4d74f;p=pspp (struct fs_usage): New member fsu_bavail_top_bit_set. --- diff --git a/lib/fsusage.h b/lib/fsusage.h index ef90617fc5..e0c0db581d 100644 --- a/lib/fsusage.h +++ b/lib/fsusage.h @@ -26,6 +26,7 @@ struct fs_usage uintmax_t fsu_blocks; /* Total blocks. */ uintmax_t fsu_bfree; /* Free blocks available to superuser. */ uintmax_t fsu_bavail; /* Free blocks available to non-superuser. */ + int fsu_bavail_top_bit_set; /* 1 if fsu_bavail represents a value < 0. */ uintmax_t fsu_files; /* Total file nodes. */ uintmax_t fsu_ffree; /* Free file nodes. */ };