Fix some missed vm/vm.h -> uvm/uvm_extern.h conversions.

This commit is contained in:
fvdl 2000-06-29 19:27:55 +00:00
parent 756aa08443
commit dd3e309684
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ie_vme.c,v 1.9 2000/04/10 02:16:15 chs Exp $ */
/* $NetBSD: if_ie_vme.c,v 1.10 2000/06/29 19:27:55 fvdl Exp $ */
/*-
* Copyright (c) 1995 Charles D. Cranor
@ -157,7 +157,7 @@
#include <net/if_media.h>
#include <net/if_ether.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: xd.c,v 1.28 2000/06/26 14:21:13 mrg Exp $ */
/* $NetBSD: xd.c,v 1.29 2000/06/29 19:27:55 fvdl Exp $ */
/*
*
@ -73,7 +73,7 @@
#include <sys/dkbad.h>
#include <sys/conf.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: xy.c,v 1.26 2000/06/26 14:21:13 mrg Exp $ */
/* $NetBSD: xy.c,v 1.27 2000/06/29 19:27:56 fvdl Exp $ */
/*
*
@ -73,7 +73,7 @@
#include <sys/dkbad.h>
#include <sys/conf.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <machine/intr.h>