updates from plan 9

This commit is contained in:
rsc 2004-12-26 21:46:26 +00:00
parent 60535a5ff6
commit 5c8a042171
4 changed files with 16 additions and 1 deletions

View file

@ -48,6 +48,7 @@ allocreq(Reqpool *pool, ulong tag)
increqref(r);
increqref(r);
if(caninsertkey(pool->map, tag, r) == 0){
closereq(r);
closereq(r);
return nil;
}