Use C99 'bool' rather than Machish 'boolean_t'.

Requested by:	jhb
This commit is contained in:
Davide Italiano 2013-03-04 21:09:22 +00:00
parent bf1fc2c2e1
commit a4a3ce9919
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247813

View File

@ -126,8 +126,8 @@ struct cc_exec {
int ce_migration_cpu;
sbintime_t ce_migration_time;
#endif
boolean_t cc_cancel;
boolean_t cc_waiting;
bool cc_cancel;
bool cc_waiting;
};
/*