X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ckucon.c;h=50ceb7e3b6f2763651c800527f706cfb905166c0;hb=refs%2Ftags%2Fupstream%2F302;hp=776682d4d94ca865bec5d3cbe4e7986c286133d5;hpb=af31aedfbbaa6cb3897ecb795593629203a086b1;p=ckermit.git diff --git a/ckucon.c b/ckucon.c index 776682d..50ceb7e 100644 --- a/ckucon.c +++ b/ckucon.c @@ -1,13 +1,13 @@ #include "ckcsym.h" -char *connv = "CONNECT Command for UNIX:fork(), 9.0.116, 1 Mar 2010"; +char *connv = "CONNECT Command for UNIX:fork(), 9.0.117, 14 Jul 2011"; /* C K U C O N -- Terminal connection to remote system, for UNIX */ /* Author: Frank da Cruz , Columbia University Academic Information Systems, New York City. - 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. @@ -43,7 +43,14 @@ _PROTOTYP( static VOID concld, (void) ); #endif /* NEXT */ #include /* Signals */ -#include /* Error numbers */ + +#ifndef HPUXPRE65 +#include /* Error number symbols */ +#else +#ifndef ERRNO_INCLUDED +#include /* Error number symbols */ +#endif /* ERRNO_INCLUDED */ +#endif /* HPUXPRE65 */ #ifdef ZILOG /* Longjumps */ #include