diff --git a/appl/ftp/ftp/ftp.c b/appl/ftp/ftp/ftp.c index 5a8038d9d..5e94daa06 100644 --- a/appl/ftp/ftp/ftp.c +++ b/appl/ftp/ftp/ftp.c @@ -1360,7 +1360,7 @@ initconn (void) } FILE * -dataconn (char *lmode) +dataconn (const char *lmode) { struct sockaddr_storage from_ss; struct sockaddr *from = (struct sockaddr *)&from_ss;