From: Mark Eichin Date: Sat, 24 Feb 1996 06:24:48 +0000 (+0000) Subject: remove extraneous second include of stdlib.h X-Git-Tag: krb5-1.0-beta6~479 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d591904cafc05a35f6bde01fb8ec11333d66fc5b;p=krb5.git remove extraneous second include of stdlib.h remove extra ; from previous merge remove declaration of errno git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7516 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/gssftp/ftp/ftp.c b/src/appl/gssftp/ftp/ftp.c index 1734f0dd8..e1a462d3c 100644 --- a/src/appl/gssftp/ftp/ftp.c +++ b/src/appl/gssftp/ftp/ftp.c @@ -72,10 +72,6 @@ static char sccsid[] = "@(#)ftp.c 5.38 (Berkeley) 4/22/91"; #include #endif -#ifdef POSIX -#include -#endif - #ifndef L_SET #define L_SET 0 #endif @@ -128,7 +124,7 @@ off_t restart_point = 0; extern char *sys_errlist[]; #endif -extern int connected, errno; +extern int errno; #define herror() printf("unknown host\n") @@ -2028,7 +2024,6 @@ do_auth() outer_loop: if (maj_stat == GSS_S_COMPLETE) break; - ; } verbose = oldverbose; if (maj_stat == GSS_S_COMPLETE) {