From 33179975d70328ed7171124f27a8f8869d925942 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 19 Mar 1998 22:17:43 +0000 Subject: (struct fs_usage): New member fsu_bavail_top_bit_set. --- lib/fsusage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/fsusage.h') diff --git a/lib/fsusage.h b/lib/fsusage.h index ef90617fc..e0c0db581 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. */ }; -- cgit v1.2.3-54-g00ecf