Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/uebayasi-xip]: src/sys/nfs Include uvm/uvm.h, because this touches uvm i...
details: https://anonhg.NetBSD.org/src/rev/f4ce2cd4c595
branches: uebayasi-xip
changeset: 751710:f4ce2cd4c595
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu May 27 04:40:14 2010 +0000
description:
Include uvm/uvm.h, because this touches uvm internal.
diffstat:
sys/nfs/nfs_subs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c0264f947fb7 -r f4ce2cd4c595 sys/nfs/nfs_subs.c
--- a/sys/nfs/nfs_subs.c Fri Apr 30 14:36:17 2010 +0000
+++ b/sys/nfs/nfs_subs.c Thu May 27 04:40:14 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_subs.c,v 1.218.2.1 2010/04/30 14:44:22 uebayasi Exp $ */
+/* $NetBSD: nfs_subs.c,v 1.218.2.2 2010/05/27 04:40:14 uebayasi Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.218.2.1 2010/04/30 14:44:22 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.218.2.2 2010/05/27 04:40:14 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