aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_init.c')
-rw-r--r--sys/vm/vm_init.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index 1899300bac56..b7f831515827 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: vm_init.c,v 1.2 1993/10/16 16:20:28 rgrimes Exp $
+ * $Id: vm_init.c,v 1.3 1994/01/14 16:27:17 davidg 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;