Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Include uvm/uvm.h because this is part of UVM.
details: https://anonhg.NetBSD.org/src/rev/6433ca7b251c
branches: trunk
changeset: 758498:6433ca7b251c
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Nov 06 12:18:17 2010 +0000
description:
Include uvm/uvm.h because this is part of UVM.
diffstat:
sys/uvm/uvm_meter.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4d3d9f3d57e1 -r 6433ca7b251c sys/uvm/uvm_meter.c
--- a/sys/uvm/uvm_meter.c Sat Nov 06 11:46:00 2010 +0000
+++ b/sys/uvm/uvm_meter.c Sat Nov 06 12:18:17 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_meter.c,v 1.52 2010/04/16 03:21:49 rmind Exp $ */
+/* $NetBSD: uvm_meter.c,v 1.53 2010/11/06 12:18:17 uebayasi Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_meter.c,v 1.52 2010/04/16 03:21:49 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_meter.c,v 1.53 2010/11/06 12:18:17 uebayasi Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -49,7 +49,7 @@
#include <sys/kernel.h>
#include <sys/sysctl.h>
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
#include <uvm/uvm_pdpolicy.h>
/*
Home |
Main Index |
Thread Index |
Old Index