From a60f84ebf07863e390b72a2b6150e461a1ec18e9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 5 Jul 2008 09:18:54 +0000 Subject: *: rename ATTRIBUTE_XXX to just XXX. --- modutils/depmod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modutils/depmod.c') diff --git a/modutils/depmod.c b/modutils/depmod.c index 4fba53751..d128ac0ff 100644 --- a/modutils/depmod.c +++ b/modutils/depmod.c @@ -48,7 +48,7 @@ static char* find_keyword(void *the_module, size_t len, const char * const word) return ptr; } static int FAST_FUNC fileAction(const char *fname, struct stat *sb, - void ATTRIBUTE_UNUSED *data, int ATTRIBUTE_UNUSED depth) + void UNUSED_PARAM *data, int UNUSED_PARAM depth) { size_t len = sb->st_size; void *the_module; @@ -110,7 +110,7 @@ static int FAST_FUNC fileAction(const char *fname, struct stat *sb, } int depmod_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; -int depmod_main(int ATTRIBUTE_UNUSED argc, char **argv) +int depmod_main(int argc UNUSED_PARAM, char **argv) { int ret; size_t moddir_base_len = 0; /* length of the "-b basedir" */ -- cgit v1.2.3