Include the NFS option header.

This commit is contained in:
thorpej 1998-02-19 00:54:13 +00:00
parent 2fc4c3415a
commit 2146a2ed29
4 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_nqlease.c,v 1.22 1997/10/19 01:46:27 fvdl Exp $ */ /* $NetBSD: nfs_nqlease.c,v 1.23 1998/02/19 00:54:13 thorpej Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -51,6 +51,9 @@
* Performance of Cache-Consistency Protocols", Digital * Performance of Cache-Consistency Protocols", Digital
* Equipment Corporation WRL Research Report 89/5, May 1989. * Equipment Corporation WRL Research Report 89/5, May 1989.
*/ */
#include "fs_nfs.h"
#include <sys/param.h> #include <sys/param.h>
#include <sys/vnode.h> #include <sys/vnode.h>
#include <sys/mount.h> #include <sys/mount.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_socket.c,v 1.41 1998/01/30 22:44:13 fvdl Exp $ */ /* $NetBSD: nfs_socket.c,v 1.42 1998/02/19 00:54:13 thorpej Exp $ */
/* /*
* Copyright (c) 1989, 1991, 1993, 1995 * Copyright (c) 1989, 1991, 1993, 1995
@ -42,6 +42,8 @@
* Socket operations for use by nfs * Socket operations for use by nfs
*/ */
#include "fs_nfs.h"
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>
#include <sys/proc.h> #include <sys/proc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_subs.c,v 1.54 1998/02/10 14:10:16 mrg Exp $ */ /* $NetBSD: nfs_subs.c,v 1.55 1998/02/19 00:54:13 thorpej Exp $ */
/* /*
* Copyright (c) 1989, 1993 * Copyright (c) 1989, 1993
@ -38,6 +38,7 @@
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95 * @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
*/ */
#include "fs_nfs.h"
#include "opt_uvm.h" #include "opt_uvm.h"
/* /*

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_syscalls.c,v 1.27 1997/10/10 01:53:26 fvdl Exp $ */ /* $NetBSD: nfs_syscalls.c,v 1.28 1998/02/19 00:54:13 thorpej Exp $ */
/* /*
* Copyright (c) 1989, 1993 * Copyright (c) 1989, 1993
@ -38,6 +38,8 @@
* @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95 * @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95
*/ */
#include "fs_nfs.h"
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>
#include <sys/kernel.h> #include <sys/kernel.h>