use <uvm/uvm_extern.h> instead of <vm/vm.h>
This commit is contained in:
parent
c88e94a407
commit
08fa86fe4b
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sysctl.h,v 1.51 2000/06/16 00:18:10 simonb Exp $ */
|
||||
/* $NetBSD: sysctl.h,v 1.52 2000/06/29 09:01:09 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
@ -48,7 +48,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/ucred.h>
|
||||
#include <sys/proc.h>
|
||||
#include <vm/vm.h>
|
||||
#include <uvm/uvm_extern.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: vnode.h,v 1.81 2000/06/27 23:51:51 fvdl Exp $ */
|
||||
/* $NetBSD: vnode.h,v 1.82 2000/06/29 09:01:09 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
@ -43,9 +43,8 @@
|
||||
|
||||
/* XXX: clean up includes later */
|
||||
#include <uvm/uvm_pglist.h> /* XXX */
|
||||
#include <sys/lock.h> /* XXX */
|
||||
#include <uvm/uvm_object.h> /* XXX */
|
||||
#include <vm/vm.h> /* XXX */
|
||||
#include <uvm/uvm_extern.h> /* XXX */
|
||||
#include <uvm/uvm_vnode.h> /* XXX */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user