(struct fs_usage): New member
authorJim Meyering <jim@meyering.net>
Thu, 19 Mar 1998 22:17:43 +0000 (22:17 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 19 Mar 1998 22:17:43 +0000 (22:17 +0000)
fsu_bavail_top_bit_set.

lib/fsusage.h

index ef90617fc5f3a972610fd479a18f4562fa235ccf..e0c0db581d71ab192f2e9863a4d89d80461b748c 100644 (file)
@@ -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. */
 };