Include the NFS option header.

This commit is contained in:
thorpej 1998-02-19 00:55:04 +00:00
parent 95e2e3b91b
commit 1e3e1bfe09
4 changed files with 10 additions and 4 deletions

View File

@ -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 <sys/param.h>

View File

@ -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"
/*

View File

@ -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 <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>

View File

@ -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 <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>