Imported Upstream version 302
[ckermit.git] / ckcnet.c
index 5384e00..2bb01a6 100644 (file)
--- a/ckcnet.c
+++ b/ckcnet.c
@@ -1,9 +1,9 @@
-char *cknetv = "Network support, 9.0.296, 16 Mar 2010";
+char *cknetv = "Network support, 9.0.297, 14 Jul 2011";
 
 /*  C K C N E T  --  Network support  */
 
 /*
-  Copyright (C) 1985, 2010,
+  Copyright (C) 1985, 2011,
     Trustees of Columbia University in the City of New York.
     All rights reserved.  See the C-Kermit COPYING.TXT file or the
     copyright text in the ckcmai.c module for disclaimer and permissions.
@@ -258,7 +258,13 @@ struct timezone {
 #endif /* OSF13 */
 
 #ifndef I386IX
-#include <errno.h>                      /* Already included above */
+#ifndef HPUXPRE65
+#include <errno.h>                     /* Error number symbols */
+#else
+#ifndef ERRNO_INCLUDED
+#include <errno.h>                     /* Error number symbols */
+#endif /* ERRNO_INCLUDED */
+#endif /* HPUXPRE65 */
 #endif /* I386IX */
 
 #include <signal.h>                     /* Everybody needs this */