X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdf.c;fp=src%2Fdf.c;h=5c08ca4a145bdf91ccb514b3e36a7da4d0efd582;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hp=e1d5b5139161b8f5996b7175df6a218b0ec4d41d;hpb=b34cd94ec5b8b46fb0610c020c49f20e6d3980a8;p=collectd.git diff --git a/src/df.c b/src/df.c index e1d5b513..5c08ca4a 100644 --- a/src/df.c +++ b/src/df.c @@ -55,10 +55,10 @@ static ignorelist_t *il_device = NULL; static ignorelist_t *il_mountpoint = NULL; static ignorelist_t *il_fstype = NULL; -static _Bool by_device = 0; -static _Bool report_inodes = 0; -static _Bool values_absolute = 1; -static _Bool values_percentage = 0; +static bool by_device = 0; +static bool report_inodes = 0; +static bool values_absolute = 1; +static bool values_percentage = 0; static int df_init(void) { if (il_device == NULL)