git: 9front

Download patch

ref: c8d8ca8598f3f356d20f334f657b9cfb6b36eb45
parent: 5bc574150b06dcfff814674447d6d06158e648d2
author: cinap_lenrek <cinap_lenrek@localhost>
date: Wed Jul 13 15:44:54 EDT 2011

ether82563: fix block refcounting incompatibility with 9atom

--- a/sys/src/9/pc/ether82563.c
+++ b/sys/src/9/pc/ether82563.c
@@ -792,6 +792,7 @@
 			p->nfast++;
 			p->x = b->next;
 			b->next = nil;
+			_xinc(&b->ref);
 			return b;
 		}
 
--