diff options
Diffstat (limited to 'system/busybox/nologin.c')
-rw-r--r-- | system/busybox/nologin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/busybox/nologin.c b/system/busybox/nologin.c index e0a4c56c7..75ad89eda 100644 --- a/system/busybox/nologin.c +++ b/system/busybox/nologin.c @@ -26,7 +26,7 @@ #define _NOLOGIN_TXT "/etc/nologin.txt" int nologin_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; -int nologin_main(int argc UNUSED_PARAM, char **argv) +int nologin_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) { int fd; fd = open(_NOLOGIN_TXT, O_RDONLY); |