X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ckcnet.c;h=2bb01a6f4dbbd6fd7e0607f1fc6f59bdfc4d5f03;hb=ac474f1b8a669fcca9757cc53cf48146f08f9828;hp=5384e00091726b30411c984dd663ac2150320bfc;hpb=31e271107096d1ffa97b7d0c15222b8bd5e69f74;p=ckermit.git diff --git a/ckcnet.c b/ckcnet.c index 5384e00..2bb01a6 100644 --- 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 /* Already included above */ +#ifndef HPUXPRE65 +#include /* Error number symbols */ +#else +#ifndef ERRNO_INCLUDED +#include /* Error number symbols */ +#endif /* ERRNO_INCLUDED */ +#endif /* HPUXPRE65 */ #endif /* I386IX */ #include /* Everybody needs this */