diff options
Diffstat (limited to 'debianutils/run_parts.c')
-rw-r--r-- | debianutils/run_parts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index bf278cc65..953ff6732 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -77,7 +77,7 @@ static int bb_alphasort(const void *p1, const void *p2) | |||
77 | return (option_mask32 & OPT_r) ? -r : r; | 77 | return (option_mask32 & OPT_r) ? -r : r; |
78 | } | 78 | } |
79 | 79 | ||
80 | static int FAST_FUNC act(const char *file, struct stat *statbuf, void *args ATTRIBUTE_UNUSED, int depth) | 80 | static int FAST_FUNC act(const char *file, struct stat *statbuf, void *args UNUSED_PARAM, int depth) |
81 | { | 81 | { |
82 | if (depth == 1) | 82 | if (depth == 1) |
83 | return TRUE; | 83 | return TRUE; |
@@ -111,7 +111,7 @@ static const char runparts_longopts[] ALIGN1 = | |||
111 | #endif | 111 | #endif |
112 | 112 | ||
113 | int run_parts_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 113 | int run_parts_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
114 | int run_parts_main(int argc ATTRIBUTE_UNUSED, char **argv) | 114 | int run_parts_main(int argc UNUSED_PARAM, char **argv) |
115 | { | 115 | { |
116 | const char *umask_p = "22"; | 116 | const char *umask_p = "22"; |
117 | llist_t *arg_list = NULL; | 117 | llist_t *arg_list = NULL; |