From 2ced39e3c57ecc6ee1c8b4e8855e8a3343d29188 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Sat, 24 Feb 1996 06:25:31 +0000 Subject: [PATCH] remove errno correctly git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7517 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/gssftp/ftp/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appl/gssftp/ftp/ftp.c b/src/appl/gssftp/ftp/ftp.c index e1a462d3c..c186fe007 100644 --- a/src/appl/gssftp/ftp/ftp.c +++ b/src/appl/gssftp/ftp/ftp.c @@ -124,7 +124,7 @@ off_t restart_point = 0; extern char *sys_errlist[]; #endif -extern int errno; +extern int connected; #define herror() printf("unknown host\n") -- 2.26.2