X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=comstack%2Fcomstack.c;fp=comstack%2Fcomstack.c;h=2912d3540512e451d0be6b8c2d89fa0423146b1d;hp=0000000000000000000000000000000000000000;hb=8a425ff5328260fff0dcc28f08b5bdf6bfac84ab;hpb=c2af22077779cd65b746b2822b2b1478ea0619fe diff --git a/comstack/comstack.c b/comstack/comstack.c new file mode 100644 index 0000000..2912d35 --- /dev/null +++ b/comstack/comstack.c @@ -0,0 +1,26 @@ +/* + * Copyright (c) 1995, Index Data + * See the file LICENSE for details. + * Sebastian Hammer, Adam Dickmeiss + * + * $Log: comstack.c,v $ + * Revision 1.1 1995-06-14 09:58:20 quinn + * Renamed yazlib to comstack. + * + * Revision 1.2 1995/05/16 08:51:15 quinn + * License, documentation, and memory fixes + * + * Revision 1.1 1995/03/14 10:28:34 quinn + * Adding server-side support to tcpip.c and fixing bugs in nonblocking I/O + * + * + */ + +const char *cs_errlist[] = +{ + "No error or unspecified error", + "System (lower-layer) error", + "Operation out of state", + "No data (operation would block)", + "New data while half of old buffer is on the line (flow control)" +};