Re: [Xen-devel] [PATCH 1/2] xen/flask: Rename cond_expr.bool to bool_val

2016-07-14 Thread Daniel De Graaf
On 07/14/2016 11:58 AM, Andrew Cooper wrote: A subsequent change will introduce C99 bools, at which point 'bool' becomes a type, and ineligible as a variable name. Signed-off-by: Andrew Cooper Acked-by: Daniel De Graaf ___ Xen-devel mailing list X

[Xen-devel] [PATCH 1/2] xen/flask: Rename cond_expr.bool to bool_val

2016-07-14 Thread Andrew Cooper
A subsequent change will introduce C99 bools, at which point 'bool' becomes a type, and ineligible as a variable name. Signed-off-by: Andrew Cooper --- CC: Daniel De Graaf --- xen/xsm/flask/ss/conditional.c | 6 +++--- xen/xsm/flask/ss/conditional.h | 2 +- 2 files changed, 4 insertions(+), 4 d