Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs Include uvm/uvm.h to use UVM internal type (struct v...



details:   https://anonhg.NetBSD.org/src/rev/bcdbc302d071
branches:  trunk
changeset: 758495:bcdbc302d071
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Nov 06 11:00:29 2010 +0000

description:
Include uvm/uvm.h to use UVM internal type (struct vm_page).

diffstat:

 sys/nfs/nfs_subs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1b79739a8d81 -r bcdbc302d071 sys/nfs/nfs_subs.c
--- a/sys/nfs/nfs_subs.c        Sat Nov 06 10:59:45 2010 +0000
+++ b/sys/nfs/nfs_subs.c        Sat Nov 06 11:00:29 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_subs.c,v 1.219 2010/03/02 23:19:09 pooka Exp $     */
+/*     $NetBSD: nfs_subs.c,v 1.220 2010/11/06 11:00:29 uebayasi Exp $  */
 
 /*
  * Copyright (c) 1989, 1993
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.219 2010/03/02 23:19:09 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.220 2010/11/06 11:00:29 uebayasi Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_nfs.h"
@@ -99,7 +99,7 @@
 #include <sys/kauth.h>
 #include <sys/atomic.h>
 
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
 
 #include <nfs/rpcv2.h>
 #include <nfs/nfsproto.h>



Home | Main Index | Thread Index | Old Index