Module Name:    src
Committed By:   uebayasi
Date:           Sat Nov  6 12:19:14 UTC 2010

Modified Files:
        src/sys/uvm: uvm_object.h

Log Message:
Include uvm/uvm_pglist.h for struct pglist.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/uvm/uvm_object.h

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_object.h
diff -u src/sys/uvm/uvm_object.h:1.28 src/sys/uvm/uvm_object.h:1.29
--- src/sys/uvm/uvm_object.h:1.28	Sat Sep 25 01:42:40 2010
+++ src/sys/uvm/uvm_object.h	Sat Nov  6 12:19:14 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm_object.h,v 1.28 2010/09/25 01:42:40 matt Exp $	*/
+/*	$NetBSD: uvm_object.h,v 1.29 2010/11/06 12:19:14 uebayasi Exp $	*/
 
 /*
  *
@@ -42,6 +42,7 @@
  */
 
 #include <sys/rbtree.h>
+#include <uvm/uvm_pglist.h>
 
 /*
  * uvm_object: all that is left of mach objects.

Reply via email to