summaryrefslogtreecommitdiffstats
path: root/commands/login.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/login.c')
-rw-r--r--commands/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/login.c b/commands/login.c
index 3f6d3082ef..2f3d7668d5 100644
--- a/commands/login.c
+++ b/commands/login.c
@@ -33,7 +33,7 @@
#define LOGIN_MODE HIDE
#endif
-static int do_login(struct command *cmdtp, int argc, char *argv[])
+static int do_login(int argc, char *argv[])
{
unsigned char passwd[PASSWD_MAX_LENGTH];
int passwd_len, opt;