X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=comstack%2Fxmosi.c;h=b6de3a76b0abacd77820443c2656ca8880a55f62;hp=50f2370cc7d8a98337c45cfa60fc5938124f6a13;hb=ab9f5c94f9c68c2cd137d5c27c068200606e18c8;hpb=b835ec5cc4cd3a601f589e948f3d1220f179710f diff --git a/comstack/xmosi.c b/comstack/xmosi.c index 50f2370..b6de3a7 100644 --- a/comstack/xmosi.c +++ b/comstack/xmosi.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: xmosi.c,v $ - * Revision 1.10 1996-02-10 12:23:13 quinn + * Revision 1.12 1996-05-22 08:34:44 adam + * Added ifdef USE_XTIMOSI; so that 'make depend' works. + * + * Revision 1.11 1996/02/23 10:00:41 quinn + * WAIS Work + * + * Revision 1.10 1996/02/10 12:23:13 quinn * Enablie inetd operations fro TCP/IP stack * * Revision 1.9 1996/01/02 08:57:28 quinn @@ -86,6 +92,7 @@ * */ +#ifdef USE_XTIMOSI /* * Glue layer for Peter Furniss' xtimosi package. */ @@ -490,5 +497,7 @@ int mosi_close(COMSTACK h) char *mosi_addrstr(COMSTACK h) { - return "osi:[UNIMPLEMENTED"; + return "osi:[UNIMPLEMENTED]"; } + +#endif