diff options
Diffstat (limited to 'coreutils/install.c')
-rw-r--r-- | coreutils/install.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coreutils/install.c b/coreutils/install.c index c80be01ff..ece5b955b 100644 --- a/coreutils/install.c +++ b/coreutils/install.c | |||
@@ -35,7 +35,8 @@ static const struct option install_long_options[] = { | |||
35 | #if ENABLE_SELINUX | 35 | #if ENABLE_SELINUX |
36 | static bool use_default_selinux_context = 1; | 36 | static bool use_default_selinux_context = 1; |
37 | 37 | ||
38 | static void setdefaultfilecon(const char *path) { | 38 | static void setdefaultfilecon(const char *path) |
39 | { | ||
39 | struct stat s; | 40 | struct stat s; |
40 | security_context_t scontext = NULL; | 41 | security_context_t scontext = NULL; |
41 | 42 | ||