Put in proper address information for Poul-Henning Kamp.
[unix-history] / sys / vm / vm_init.c
index f74b970..00bbdb9 100644 (file)
@@ -34,7 +34,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)vm_init.c     7.3 (Berkeley) 4/21/91
  * 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.
  */
 
  *     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;
 {
        extern vm_offset_t      avail_start, avail_end;
        extern vm_offset_t      virtual_avail, virtual_end;