1 diff -u -r ../inetutils-1.9.4/ftp/cmds.c ./ftp/cmds.c
2 --- ../inetutils-1.9.4/ftp/cmds.c 2015-06-09 03:41:47.000000000 -0400
3 +++ ./ftp/cmds.c 2016-10-22 08:13:16.282265064 -0400
6 user (int argc, char **argv)
8 +# if !HAVE_DECL_GETPASS
9 + extern char *getpass ();
16 account (int argc, char **argv)
18 +# if !HAVE_DECL_GETPASS
19 + extern char *getpass ();
24 diff -u -r ../inetutils-1.9.4/ftp/ftp.c ./ftp/ftp.c
25 --- ../inetutils-1.9.4/ftp/ftp.c 2015-03-31 11:40:47.000000000 -0400
26 +++ ./ftp/ftp.c 2016-10-22 08:13:37.005945253 -0400
31 +# if !HAVE_DECL_GETPASS
32 + extern char *getpass ();
35 char *user, *pass, *acct;