diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-07-13 19:44:54 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-07-13 19:44:54 +0200 |
commit | 7dfdb696a68fc9ef02a9d4877475f2206dec1d85 (patch) | |
tree | 540786bc83661c51e7ad7d2e03a9e2c668df48f4 /sys | |
parent | f4617dc7db28cd75e73bbe0044aa6bfc6941bfe5 (diff) |
ether82563: fix block refcounting incompatibility with 9atom
Diffstat (limited to 'sys')
-rw-r--r-- | sys/src/9/pc/ether82563.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/ether82563.c b/sys/src/9/pc/ether82563.c index 94213a013..20fcb2a6f 100644 --- a/sys/src/9/pc/ether82563.c +++ b/sys/src/9/pc/ether82563.c @@ -792,6 +792,7 @@ i82563rballoc(Rbpool *p) p->nfast++; p->x = b->next; b->next = nil; + _xinc(&b->ref); return b; } |