summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1996-02-24 06:24:48 +0000
committerMark Eichin <eichin@mit.edu>1996-02-24 06:24:48 +0000
commitd591904cafc05a35f6bde01fb8ec11333d66fc5b (patch)
treeee95f814d8aa15b3e9811682b3cb25a8c61c80cf /src
parentc735aa67e8a339fd650a4c261658bbabb47687c7 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/appl/gssftp/ftp/ftp.c7
1 files changed, 1 insertions, 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 <varargs.h>
#endif
-#ifdef POSIX
-#include <stdlib.h>
-#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) {