~kris/9p

9hist

49b6dfd7616d69efb042c0fd6dd20bb562aad0f6 — David du Colombier 27 years ago a991579
Plan 9 from Bell Labs 1999-02-09
1 files changed, 1 insertions(+), 1 deletions(-)

M port/alloc.c
M port/alloc.c => port/alloc.c +1 -1
@@ 181,7 181,7 @@ pooladd(Pool *p, Bhdr *q)
}

void*
poolalloc(Pool *p, int size)
poolalloc(Pool *p, long size)
{
	Bhdr *q, *t;
	int alloc, ldr, ns, frag;