X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnulib%2Ffsusage.h;h=b3deefcdb8b9e40fccb11399b1dc1ca3880533a6;hb=HEAD;hp=bb2d86f135fa57a87484541b72bf17ac083e606b;hpb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;p=debian%2Famanda diff --git a/gnulib/fsusage.h b/gnulib/fsusage.h index bb2d86f..b3deefc 100644 --- a/gnulib/fsusage.h +++ b/gnulib/fsusage.h @@ -22,7 +22,6 @@ # define FSUSAGE_H_ # include -# include struct fs_usage { @@ -30,7 +29,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. */ - bool fsu_bavail_top_bit_set; /* 1 if fsu_bavail represents a value < 0. */ + 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. */ };