CCBPtr sp;
struct adspcmd *pb;
{
- short err;
-
if (sp == 0) {
pb->ioResult = errRefNum;
return EINVAL;
if (pb->u.optionParams.newPID)
sp->pid = pb->u.optionParams.newPID;
pb->ioResult = 0;
- adspioc_ack(0, pb->ioc, pb->gref);
+ adspioc_ack(0, (gbuf_t *)pb->ioc, pb->gref);
return 0;
}