changeset 1280:eb0fcbf661d2

(struct fs_usage): New member fsu_bavail_top_bit_set.
author Jim Meyering <jim@meyering.net>
date Thu, 19 Mar 1998 22:17:43 +0000
parents 764d4b8d4636
children e7fef68c6d85
files lib/fsusage.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/fsusage.h
+++ b/lib/fsusage.h
@@ -26,6 +26,7 @@
   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. */
 };