From ab9f5c94f9c68c2cd137d5c27c068200606e18c8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 22 May 1996 08:34:44 +0000 Subject: [PATCH] Added ifdef USE_XTIMOSI; so that 'make depend' works. --- comstack/xmosi.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/comstack/xmosi.c b/comstack/xmosi.c index 43797cf..b6de3a7 100644 --- a/comstack/xmosi.c +++ b/comstack/xmosi.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: xmosi.c,v $ - * Revision 1.11 1996-02-23 10:00:41 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 @@ -89,6 +92,7 @@ * */ +#ifdef USE_XTIMOSI /* * Glue layer for Peter Furniss' xtimosi package. */ @@ -495,3 +499,5 @@ char *mosi_addrstr(COMSTACK h) { return "osi:[UNIMPLEMENTED]"; } + +#endif -- 1.7.10.4