Restored used includes of <vm/vm_extern.h>.

This commit is contained in:
Bruce Evans 1995-12-10 14:52:10 +00:00
parent 154c04e573
commit 9b4288a3d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12726
6 changed files with 8 additions and 2 deletions

View File

@ -59,6 +59,7 @@
#include <sys/resourcevar.h>
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>

View File

@ -58,6 +58,7 @@
#include <sys/malloc.h>
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <miscfs/specfs/specdev.h>
#include <miscfs/fifofs/fifo.h>

View File

@ -59,6 +59,7 @@
#include <sys/resourcevar.h>
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>

View File

@ -58,6 +58,7 @@
#include <sys/malloc.h>
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <miscfs/specfs/specdev.h>
#include <miscfs/fifofs/fifo.h>

View File

@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: vm_kern.c,v 1.17 1995/11/13 10:53:38 davidg Exp $
* $Id: vm_kern.c,v 1.18 1995/12/07 12:48:13 davidg Exp $
*/
/*
@ -87,6 +87,7 @@
#include <vm/vm_page.h>
#include <vm/vm_pageout.h>
#include <vm/vm_kern.h>
#include <vm/vm_extern.h>
vm_map_t buffer_map;
vm_map_t kernel_map;

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_meter.c 8.4 (Berkeley) 1/4/94
* $Id: vm_meter.c,v 1.10 1995/12/04 16:48:58 phk Exp $
* $Id: vm_meter.c,v 1.11 1995/12/07 12:48:18 davidg Exp $
*/
#include <sys/param.h>
@ -42,6 +42,7 @@
#include <sys/queue.h>
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <vm/vm_param.h>
#include <vm/vm_prot.h>
#include <vm/lock.h>