X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/b10f38fbf890bac28e278aeab87acd845a1434b5..bdd68a4503870aee97f7d03bb7023726daf71a3f:/sys/vm/vm_init.c diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index f74b970a42..00bbdb9c2b 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)vm_init.c 7.3 (Berkeley) 4/21/91 - * $Id$ + * $Id: vm_init.c,v 1.2 1993/10/16 16:20:28 rgrimes Exp $ */ /* @@ -81,7 +81,8 @@ * The start and end address of physical memory is passed in. */ -void vm_mem_init() +void +vm_mem_init() { extern vm_offset_t avail_start, avail_end; extern vm_offset_t virtual_avail, virtual_end;