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++) { /*