Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libkern/arch/powerpc <vm/vm.h> -> <uvm/uvm_extern.h>



details:   https://anonhg.NetBSD.org/src/rev/0c3d2c53526b
branches:  trunk
changeset: 493941:0c3d2c53526b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 27 18:01:06 2000 +0000

description:
<vm/vm.h> -> <uvm/uvm_extern.h>

diffstat:

 sys/lib/libkern/arch/powerpc/syncicache.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 800112de4851 -r 0c3d2c53526b sys/lib/libkern/arch/powerpc/syncicache.c
--- a/sys/lib/libkern/arch/powerpc/syncicache.c Tue Jun 27 17:55:38 2000 +0000
+++ b/sys/lib/libkern/arch/powerpc/syncicache.c Tue Jun 27 18:01:06 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syncicache.c,v 1.2 1999/05/05 12:36:40 tsubai Exp $    */
+/*     $NetBSD: syncicache.c,v 1.3 2000/06/27 18:01:06 mrg Exp $       */
 
 /*
  * Copyright (C) 1995-1997, 1999 Wolfgang Solfrank.
@@ -34,7 +34,7 @@
 #if    defined(_KERNEL) || defined(_STANDALONE)
 #include <sys/time.h>
 #include <sys/proc.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
 #endif
 #include <sys/sysctl.h>
 



Home | Main Index | Thread Index | Old Index