From d5babb03f6087620eaf962c44b52e2eb1b10d6c0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 23 Sep 1991 09:50:48 +0000 Subject: [PATCH] comment vxWorks stuff under UNIX --- src/ca/iocinf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/iocinf.c b/src/ca/iocinf.c index 3d078f445..50e797b93 100644 --- a/src/ca/iocinf.c +++ b/src/ca/iocinf.c @@ -197,13 +197,13 @@ unsigned short *iocix; * iocix field in the chid block not used here because * I dont trust the chid ptr yet. */ -STATUS +int client_channel_exists(chan) chid chan; { register struct ioc_in_use *piiu; register struct ioc_in_use *pnext_iiu = &iiu[nxtiiu]; - STATUS status; + int status; for (piiu = iiu; piiu < pnext_iiu; piiu++) { /*