diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/appl/gssftp/ftp/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/gssftp/ftp/ftp.c b/src/appl/gssftp/ftp/ftp.c index e1a462d3c8..c186fe0077 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") |