aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/selinux/genheaders
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/selinux/genheaders')
-rw-r--r--scripts/selinux/genheaders/genheaders.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/selinux/genheaders/genheaders.c b/scripts/selinux/genheaders/genheaders.c
index 3b16145dabe3..771b86f46194 100644
--- a/scripts/selinux/genheaders/genheaders.c
+++ b/scripts/selinux/genheaders/genheaders.c
@@ -17,13 +17,13 @@ struct security_class_mapping {
const char *progname;
-void usage(void)
+static void usage(void)
{
printf("usage: %s flask.h av_permissions.h\n", progname);
exit(1);
}
-char *stoupperx(const char *s)
+static char *stoupperx(const char *s)
{
char *s2 = strdup(s);
char *p;