diff --git a/appl/ftp/ftpd/ftpd.c b/appl/ftp/ftpd/ftpd.c index 257d66283..ad7b81b16 100644 --- a/appl/ftp/ftpd/ftpd.c +++ b/appl/ftp/ftpd/ftpd.c @@ -2092,7 +2092,7 @@ static char *onefile[] = { }; void -list_file(char *file) +list_file(const char *file) { if(use_builtin_ls) { FILE *dout;