aboutsummaryrefslogtreecommitdiff
path: root/selinux/setfiles.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-05 09:18:54 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-05 09:18:54 +0000
commita60f84ebf07863e390b72a2b6150e461a1ec18e9 (patch)
treef59bc665cfe3d2d32622450d80523e3c1265e501 /selinux/setfiles.c
parentf6efccc0659a2e2978f2021153f34ce92257ad2b (diff)
downloadbusybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.tar.gz
busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.tar.bz2
busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.zip
*: rename ATTRIBUTE_XXX to just XXX.
Diffstat (limited to 'selinux/setfiles.c')
-rw-r--r--selinux/setfiles.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/selinux/setfiles.c b/selinux/setfiles.c
index 991c13cd7..d567f83aa 100644
--- a/selinux/setfiles.c
+++ b/selinux/setfiles.c
@@ -99,7 +99,7 @@ enum {
99#define FLAG_R (option_mask32 & OPT_R) 99#define FLAG_R (option_mask32 & OPT_R)
100 100
101 101
102static void qprintf(const char *fmt ATTRIBUTE_UNUSED, ...) 102static void qprintf(const char *fmt UNUSED_PARAM, ...)
103{ 103{
104 /* quiet, do nothing */ 104 /* quiet, do nothing */
105} 105}
@@ -394,8 +394,8 @@ static int restore(const char *file)
394static int FAST_FUNC apply_spec( 394static int FAST_FUNC apply_spec(
395 const char *file, 395 const char *file,
396 struct stat *sb, 396 struct stat *sb,
397 void *userData ATTRIBUTE_UNUSED, 397 void *userData UNUSED_PARAM,
398 int depth ATTRIBUTE_UNUSED) 398 int depth UNUSED_PARAM)
399{ 399{
400 if (!follow_mounts) { 400 if (!follow_mounts) {
401 /* setfiles does not process across different mount points */ 401 /* setfiles does not process across different mount points */