Deleted Added
full compact
29c29
< * $FreeBSD: head/lib/libstand/zalloc_protos.h 50476 1999-08-28 00:22:10Z peter $
---
> * $FreeBSD: head/lib/libstand/zalloc_protos.h 223905 2011-07-10 07:25:34Z avatar $
32,34c32,34
< Library void *znalloc(struct MemPool *mpool, iaddr_t bytes);
< Library void zfree(struct MemPool *mpool, void *ptr, iaddr_t bytes);
< Library void zextendPool(MemPool *mp, void *base, iaddr_t bytes);
---
> Library void *znalloc(struct MemPool *mpool, uintptr_t bytes);
> Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes);
> Library void zextendPool(MemPool *mp, void *base, uintptr_t bytes);