Imported Upstream version 302
[ckermit.git] / ckcftp.c
index 7667940..66c7940 100644 (file)
--- a/ckcftp.c
+++ b/ckcftp.c
@@ -2,7 +2,7 @@
 
 /*  C K C F T P  --  FTP Client for C-Kermit  */
 
-char *ckftpv = "FTP Client, 9.0.259, 15 Jun 2011";
+char *ckftpv = "FTP Client, 9.0.260, 14 Jul 2011";
 
 /*
   Authors:
@@ -183,7 +183,15 @@ extern int TlsIndex;
 #include <sys/stat.h>
 #endif /* def VMS [else] */
 #include <ctype.h>
-#include <errno.h>
+
+#ifndef HPUXPRE65
+#include <errno.h>                     /* Error number symbols */
+#else
+#ifndef ERRNO_INCLUDED
+#include <errno.h>                     /* Error number symbols */
+#endif /* ERRNO_INCLUDED */
+#endif /* HPUXPRE65 */
+
 #ifndef NOTIMEH
 #include <time.h>
 #endif /* NOTIMEH */