From d591904cafc05a35f6bde01fb8ec11333d66fc5b Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Sat, 24 Feb 1996 06:24:48 +0000 Subject: [PATCH] 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 --- src/appl/gssftp/ftp/ftp.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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) { -- 2.26.2