X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/4e3656e7a667c9204452db7712dfaaa70143027e..7ec62422af6fbb918db1277d9d0baf9d2f6919eb:/usr/src/sys/kern/subr_rmap.c diff --git a/usr/src/sys/kern/subr_rmap.c b/usr/src/sys/kern/subr_rmap.c index cf673e20c4..1f0a45edc8 100644 --- a/usr/src/sys/kern/subr_rmap.c +++ b/usr/src/sys/kern/subr_rmap.c @@ -4,7 +4,7 @@ * * %sccs.include.proprietary.c% * - * @(#)subr_rmap.c 7.9 (Berkeley) %G% + * @(#)subr_rmap.c 7.10 (Berkeley) %G% */ #include "param.h" @@ -46,6 +46,7 @@ * The map itself is initialized with size elements free * starting at addr. */ +void rminit(mp, size, addr, name, mapsize) register struct map *mp; long size, addr; @@ -144,6 +145,7 @@ rmalloc(mp, size) * the frred space into the correct location in the map, and coalescing * it with free space on either side if they adjoin. */ +void rmfree(mp, size, addr) struct map *mp; long size, addr;