Plan 9 from Bell Labs’s /usr/web/sources/patch/sorry/ether82563upd3/diff

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


434,435c447
< 	int	nrb;			/* how many this Ctlr has in the pool */

1177,1178c1189
< 		while(ctlr->nrb > 0){
< 			bp = i82563rballoc();
---
> 		while(bp = i82563rballoc()){
1181d1191
< 			ctlr->nrb--;
1193c1203
< 	for(ctlr->nrb = 0; ctlr->nrb < Nrb; ctlr->nrb++){
---
> 	for(i = 0; i < Nrb; i++){

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.