diff --git a/appl/ftp/ftp/ftp.c b/appl/ftp/ftp/ftp.c index cf7e7bd67..ae91fb14c 100644 --- a/appl/ftp/ftp/ftp.c +++ b/appl/ftp/ftp/ftp.c @@ -609,7 +609,7 @@ sendrequest(char *cmd, char *local, char *remote, int printnames) struct timeval start, stop; int c, d; FILE *fin, *dout = 0; - int (*closefunc) __P((FILE *)); + int (*closefunc) (FILE *); RETSIGTYPE (*oldintr)(), (*oldintp)(); long bytes = 0, hashbytes = HASHBYTES; char *lmode; @@ -834,7 +834,7 @@ void recvrequest(char *cmd, char *local, char *remote, char *lmode, int printnames) { FILE *fout, *din = 0; - int (*closefunc) __P((FILE *)); + int (*closefunc) (FILE *); sighand oldintr, oldintp; int c, d, is_retr, tcrflag, bare_lfs = 0; static int bufsize; diff --git a/appl/ftp/ftp/ruserpass.c b/appl/ftp/ftp/ruserpass.c index e154d7e05..de2b05d90 100644 --- a/appl/ftp/ftp/ruserpass.c +++ b/appl/ftp/ftp/ruserpass.c @@ -34,7 +34,7 @@ #include "ftp_locl.h" RCSID("$Id$"); -static int token __P((void)); +static int token (void); static FILE *cfile; #define DEFAULT 1