random s/short/int/
[oweals/busybox.git] / networking / ftpgetput.c
index de11f912ed9b783a6ee76c9be21e28f836b05b8c..91f6fcd0d13c57d6db3816facbd3665cd5a718e9 100644 (file)
@@ -72,7 +72,7 @@ static int ftpcmd(const char *s1, const char *s2, FILE *stream, char *buf)
 static int xconnect_ftpdata(ftp_host_info_t *server, char *buf)
 {
        char *buf_ptr;
-       unsigned short port_num;
+       unsigned port_num;
 
        /* Response is "NNN garbageN1,N2,N3,N4,P1,P2[)garbage]
         * Server's IP is N1.N2.N3.N4 (we ignore it)