projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3918a2d
)
(struct fs_usage): New member
author
Jim Meyering
<jim@meyering.net>
Thu, 19 Mar 1998 22:17:43 +0000
(22:17 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 19 Mar 1998 22:17:43 +0000
(22:17 +0000)
fsu_bavail_top_bit_set.
lib/fsusage.h
patch
|
blob
|
history
diff --git
a/lib/fsusage.h
b/lib/fsusage.h
index ef90617fc5f3a972610fd479a18f4562fa235ccf..e0c0db581d71ab192f2e9863a4d89d80461b748c 100644
(file)
--- 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. */
};