Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/obs405 include <uvm/uvm_extern.h>



details:   https://anonhg.NetBSD.org/src/rev/464f6e2a3f1f
branches:  trunk
changeset: 760975:464f6e2a3f1f
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jan 18 01:08:55 2011 +0000

description:
include <uvm/uvm_extern.h>

diffstat:

 sys/arch/evbppc/obs405/rbus_machdep.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r cdc750ca68b8 -r 464f6e2a3f1f sys/arch/evbppc/obs405/rbus_machdep.c
--- a/sys/arch/evbppc/obs405/rbus_machdep.c     Tue Jan 18 01:07:06 2011 +0000
+++ b/sys/arch/evbppc/obs405/rbus_machdep.c     Tue Jan 18 01:08:55 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rbus_machdep.c,v 1.5 2011/01/04 11:41:24 kiyohara Exp $        */
+/*     $NetBSD: rbus_machdep.c,v 1.6 2011/01/18 01:08:55 matt Exp $    */
 
 /*
  * Copyright (c) 2003
@@ -33,6 +33,8 @@
 
 #include <sys/extent.h>
 
+#include <uvm/uvm_extern.h>
+
 #include <machine/bus.h>
 
 #include <dev/pci/pcivar.h>



Home | Main Index | Thread Index | Old Index