aboutsummaryrefslogtreecommitdiff
path: root/coreutils/install.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-16 22:32:04 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-16 22:32:04 +0000
commit318604b951e5f74ff9889274d82f908ac5818fac (patch)
treef1354d1d4e3ca29b1fd77698d45791e61fd7a8b1 /coreutils/install.c
parent00f949b5504f0d5c5dc3bb02da393481980631eb (diff)
downloadbusybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.tar.gz
busybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.tar.bz2
busybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.zip
style fixes, no code changes
git-svn-id: svn://busybox.net/trunk/busybox@18461 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/install.c')
-rw-r--r--coreutils/install.c3
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
36static bool use_default_selinux_context = 1; 36static bool use_default_selinux_context = 1;
37 37
38static void setdefaultfilecon(const char *path) { 38static 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