Include uvm/uvm.h instead of uvm/uvm_extern.h because we need the prototype
for uvm_unmap() in order to compile a kernel with GRF_COMPAT defined. Fix provided by Frederick Bruckman <fb@enteract.com> in PR #7237.
This commit is contained in:
parent
91d0eb55ed
commit
85974131bd
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: grf.c,v 1.59 1999/03/24 05:51:03 mrg Exp $ */
|
||||
/* $NetBSD: grf.c,v 1.60 1999/03/26 22:52:15 ender Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
@ -73,7 +73,7 @@
|
||||
#include <vm/vm_page.h>
|
||||
#include <vm/vm_pager.h>
|
||||
|
||||
#include <uvm/uvm_extern.h>
|
||||
#include <uvm/uvm.h>
|
||||
|
||||
#include <mac68k/nubus/nubus.h>
|
||||
#include <mac68k/dev/itevar.h>
|
||||
|
Loading…
Reference in New Issue
Block a user