remove __P
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1599 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -609,7 +609,7 @@ sendrequest(char *cmd, char *local, char *remote, int printnames) | |||||||
|     struct timeval start, stop; |     struct timeval start, stop; | ||||||
|     int c, d; |     int c, d; | ||||||
|     FILE *fin, *dout = 0; |     FILE *fin, *dout = 0; | ||||||
|     int (*closefunc) __P((FILE *)); |     int (*closefunc) (FILE *); | ||||||
|     RETSIGTYPE (*oldintr)(), (*oldintp)(); |     RETSIGTYPE (*oldintr)(), (*oldintp)(); | ||||||
|     long bytes = 0, hashbytes = HASHBYTES; |     long bytes = 0, hashbytes = HASHBYTES; | ||||||
|     char *lmode; |     char *lmode; | ||||||
| @@ -834,7 +834,7 @@ void | |||||||
| recvrequest(char *cmd, char *local, char *remote, char *lmode, int printnames) | recvrequest(char *cmd, char *local, char *remote, char *lmode, int printnames) | ||||||
| { | { | ||||||
|     FILE *fout, *din = 0; |     FILE *fout, *din = 0; | ||||||
|     int (*closefunc) __P((FILE *)); |     int (*closefunc) (FILE *); | ||||||
|     sighand oldintr, oldintp; |     sighand oldintr, oldintp; | ||||||
|     int c, d, is_retr, tcrflag, bare_lfs = 0; |     int c, d, is_retr, tcrflag, bare_lfs = 0; | ||||||
|     static int bufsize; |     static int bufsize; | ||||||
|   | |||||||
| @@ -34,7 +34,7 @@ | |||||||
| #include "ftp_locl.h" | #include "ftp_locl.h" | ||||||
| RCSID("$Id$"); | RCSID("$Id$"); | ||||||
|  |  | ||||||
| static	int token __P((void)); | static	int token (void); | ||||||
| static	FILE *cfile; | static	FILE *cfile; | ||||||
|  |  | ||||||
| #define	DEFAULT	1 | #define	DEFAULT	1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund