aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/selinux
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/selinux')
-rw-r--r--scripts/selinux/genheaders/genheaders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/selinux/genheaders/genheaders.c b/scripts/selinux/genheaders/genheaders.c
index 771b86f46194..24626968055d 100644
--- a/scripts/selinux/genheaders/genheaders.c
+++ b/scripts/selinux/genheaders/genheaders.c
@@ -13,7 +13,7 @@ struct security_class_mapping {
13#include "classmap.h" 13#include "classmap.h"
14#include "initial_sid_to_string.h" 14#include "initial_sid_to_string.h"
15 15
16#define max(x, y) ((x > y) ? x : y) 16#define max(x, y) (((int)(x) > (int)(y)) ? x : y)
17 17
18const char *progname; 18const char *progname;
19 19