/*
- * Copyright (c) 2006 Apple Computer, Inc. All Rights Reserved.
- *
+ * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ *
* @APPLE_LICENSE_OSREFERENCE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
{
short err;
short bytes;
- int s;
if (sp == 0) {
pb->ioResult = errRefNum;
}
pb->u.statusParams.ccbPtr = (TPCCB)sp;
- ATDISABLE(s, sp->lock);
/*
* pending bytes in send queue
/* available buffer space in receive queue */
pb->u.statusParams.recvQFree = CalcRecvWdw(sp);
- ATENABLE(s, sp->lock);
pb->ioResult = 0;
adspioc_ack(0, pb->ioc, pb->gref);
return 0;