diff options
Diffstat (limited to 'miscutils/crontab.c')
-rw-r--r-- | miscutils/crontab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crontab.c b/miscutils/crontab.c index cb261ed18..94d69f032 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c | |||
@@ -88,7 +88,7 @@ static int open_as_user(const struct passwd *pas, const char *file) | |||
88 | } | 88 | } |
89 | 89 | ||
90 | int crontab_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 90 | int crontab_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
91 | int crontab_main(int argc, char **argv) | 91 | int crontab_main(int argc ATTRIBUTE_UNUSED, char **argv) |
92 | { | 92 | { |
93 | const struct passwd *pas; | 93 | const struct passwd *pas; |
94 | const char *crontab_dir = CRONTABS; | 94 | const char *crontab_dir = CRONTABS; |