From 25528cf4a5d2b037d4d51d6163bbde412b5bc33c Mon Sep 17 00:00:00 2001 From: William Roberts <william.c.roberts@intel.com> Date: Fri, 29 Jan 2016 10:32:34 -0800 Subject: [PATCH] checkseapp: declare internal function as static Change-Id: Ic4dc59650ca849b950cb145fedafdf4fc250f009 Signed-off-by: William Roberts <william.c.roberts@intel.com> --- tools/check_seapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_seapp.c b/tools/check_seapp.c index 5a03b7f36..84e28536a 100644 --- a/tools/check_seapp.c +++ b/tools/check_seapp.c @@ -305,7 +305,7 @@ log_msg(FILE *out, const char *prefix, const char *fmt, ...) { * statically to this executable and LINK_SEPOL_STATIC is not * defined. */ -int check_type(sepol_policydb_t *db, char *type) { +static int check_type(sepol_policydb_t *db, char *type) { int rc = 1; #if defined(LINK_SEPOL_STATIC) -- GitLab