From 1e3e1bfe09ac568c43c82895c828df6daf61165e Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 19 Feb 1998 00:55:04 +0000 Subject: [PATCH] Include the NFS option header. --- sys/uvm/uvm_swap.c | 3 ++- sys/uvm/uvm_vnode.c | 3 ++- sys/vm/vm_swap.c | 4 +++- sys/vm/vnode_pager.c | 4 +++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sys/uvm/uvm_swap.c b/sys/uvm/uvm_swap.c index e699e54cb914..9def772bbd35 100644 --- a/sys/uvm/uvm_swap.c +++ b/sys/uvm/uvm_swap.c @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_swap.c,v 1.5 1998/02/10 14:12:31 mrg Exp $ */ +/* $NetBSD: uvm_swap.c,v 1.6 1998/02/19 00:55:04 thorpej Exp $ */ /* * Copyright (c) 1995, 1996, 1997 Matthew R. Green @@ -31,6 +31,7 @@ * from: Id: uvm_swap.c,v 1.1.2.42 1998/02/02 20:38:06 chuck Exp */ +#include "fs_nfs.h" #include "opt_uvmhist.h" #include diff --git a/sys/uvm/uvm_vnode.c b/sys/uvm/uvm_vnode.c index 7056c4120002..a04f97d930bc 100644 --- a/sys/uvm/uvm_vnode.c +++ b/sys/uvm/uvm_vnode.c @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_vnode.c,v 1.5 1998/02/18 06:35:46 mrg Exp $ */ +/* $NetBSD: uvm_vnode.c,v 1.6 1998/02/19 00:55:04 thorpej Exp $ */ /* * XXXCDC: "ROUGH DRAFT" QUALITY UVM PRE-RELEASE FILE! @@ -49,6 +49,7 @@ * from: Id: uvm_vnode.c,v 1.1.2.26 1998/02/02 20:38:07 chuck Exp */ +#include "fs_nfs.h" #include "opt_uvmhist.h" /* diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c index 91e7fe88c016..317ac481b4ae 100644 --- a/sys/vm/vm_swap.c +++ b/sys/vm/vm_swap.c @@ -1,4 +1,4 @@ -/* $NetBSD: vm_swap.c,v 1.53 1997/12/15 11:18:41 pk Exp $ */ +/* $NetBSD: vm_swap.c,v 1.54 1998/02/19 00:55:30 thorpej Exp $ */ /* * Copyright (c) 1995, 1996, 1997 Matthew R. Green @@ -28,6 +28,8 @@ * SUCH DAMAGE. */ +#include "fs_nfs.h" + #include #include #include diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 6d05a6328260..d9e3ddd23c52 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -1,4 +1,4 @@ -/* $NetBSD: vnode_pager.c,v 1.33 1997/07/06 12:38:30 fvdl Exp $ */ +/* $NetBSD: vnode_pager.c,v 1.34 1998/02/19 00:55:30 thorpej Exp $ */ /* * Copyright (c) 1990 University of Utah. @@ -48,6 +48,8 @@ * fix credential use (uses current process credentials now) */ +#include "fs_nfs.h" + #include #include #include