Module Name:    src
Committed By:   uebayasi
Date:           Sat Nov  6 12:18:17 UTC 2010

Modified Files:
        src/sys/uvm: uvm_meter.c

Log Message:
Include uvm/uvm.h because this is part of UVM.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/uvm/uvm_meter.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_meter.c
diff -u src/sys/uvm/uvm_meter.c:1.52 src/sys/uvm/uvm_meter.c:1.53
--- src/sys/uvm/uvm_meter.c:1.52	Fri Apr 16 03:21:49 2010
+++ src/sys/uvm/uvm_meter.c	Sat Nov  6 12:18:17 2010
@@ -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>
 
 /*

Reply via email to