pullin vm_statistics.h

This commit is contained in:
deraadt 1994-01-16 00:42:16 +00:00
parent 18b8ee0b5c
commit 376a5f4108
2 changed files with 4 additions and 2 deletions

View File

@ -37,7 +37,7 @@
*
* from: Utah Hdr: mem.c 1.14 90/10/12
* from: @(#)mem.c 7.6 (Berkeley) 10/11/92
* $Id: mem.c,v 1.1.1.1 1993/10/12 03:22:31 deraadt Exp $
* $Id: mem.c,v 1.2 1994/01/16 00:42:16 deraadt Exp $
*/
/*
@ -55,6 +55,7 @@
#include <vm/vm_param.h>
#include <vm/lock.h>
#include <vm/vm_prot.h>
#include <vm/vm_statistics.h>
#include <vm/pmap.h>
/*ARGSUSED*/

View File

@ -37,7 +37,7 @@
*
* from: Utah Hdr: mem.c 1.14 90/10/12
* from: @(#)mem.c 7.6 (Berkeley) 10/11/92
* $Id: mem.c,v 1.1.1.1 1993/10/12 03:22:31 deraadt Exp $
* $Id: mem.c,v 1.2 1994/01/16 00:42:16 deraadt Exp $
*/
/*
@ -55,6 +55,7 @@
#include <vm/vm_param.h>
#include <vm/lock.h>
#include <vm/vm_prot.h>
#include <vm/vm_statistics.h>
#include <vm/pmap.h>
/*ARGSUSED*/