fix buildworld hopefully be3fore anyone complains...

NFS_*TIMO should possibly be converted to sysctl vars (jkh's suggestion),
but in some cases it looks like nfs keeps a copy of the value in a struct

hash sizes are already ifdef'd KERNEL, so there aren't userland inpact
from them...
This commit is contained in:
John-Mark Gurney 1998-06-30 11:19:22 +00:00
parent 6e56beb6d2
commit 56786ee91b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37291
10 changed files with 30 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1998/02/04 21:56:37 eivind Exp $
# $Id: Makefile,v 1.6 1998/02/06 23:54:23 eivind Exp $
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
@ -17,5 +17,7 @@ opt_inet.h:
.if ${NFS_INET} > 0
echo "#define INET 1" > opt_inet.h
.endif
opt_nfs.h:
touch opt_nfs.h
.include <bsd.kmod.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1998/02/04 21:56:37 eivind Exp $
# $Id: Makefile,v 1.6 1998/02/06 23:54:23 eivind Exp $
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
@ -17,5 +17,7 @@ opt_inet.h:
.if ${NFS_INET} > 0
echo "#define INET 1" > opt_inet.h
.endif
opt_nfs.h:
touch opt_nfs.h
.include <bsd.kmod.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1998/02/04 21:56:37 eivind Exp $
# $Id: Makefile,v 1.6 1998/02/06 23:54:23 eivind Exp $
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
@ -17,5 +17,7 @@ opt_inet.h:
.if ${NFS_INET} > 0
echo "#define INET 1" > opt_inet.h
.endif
opt_nfs.h:
touch opt_nfs.h
.include <bsd.kmod.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1998/02/04 21:56:37 eivind Exp $
# $Id: Makefile,v 1.6 1998/02/06 23:54:23 eivind Exp $
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
@ -17,5 +17,7 @@ opt_inet.h:
.if ${NFS_INET} > 0
echo "#define INET 1" > opt_inet.h
.endif
opt_nfs.h:
touch opt_nfs.h
.include <bsd.kmod.mk>

View File

@ -34,13 +34,15 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.4 (Berkeley) 5/1/95
* $Id: nfs.h,v 1.40 1998/05/31 20:08:51 peter Exp $
* $Id: nfs.h,v 1.41 1998/06/30 03:01:37 jmg Exp $
*/
#ifndef _NFS_NFS_H_
#define _NFS_NFS_H_
#ifdef KERNEL
#include "opt_nfs.h"
#endif
/*
* Tunable constants for nfs

View File

@ -34,13 +34,15 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.4 (Berkeley) 5/1/95
* $Id: nfs.h,v 1.40 1998/05/31 20:08:51 peter Exp $
* $Id: nfs.h,v 1.41 1998/06/30 03:01:37 jmg Exp $
*/
#ifndef _NFS_NFS_H_
#define _NFS_NFS_H_
#ifdef KERNEL
#include "opt_nfs.h"
#endif
/*
* Tunable constants for nfs

View File

@ -34,13 +34,15 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.4 (Berkeley) 5/1/95
* $Id: nfs.h,v 1.40 1998/05/31 20:08:51 peter Exp $
* $Id: nfs.h,v 1.41 1998/06/30 03:01:37 jmg Exp $
*/
#ifndef _NFS_NFS_H_
#define _NFS_NFS_H_
#ifdef KERNEL
#include "opt_nfs.h"
#endif
/*
* Tunable constants for nfs

View File

@ -34,13 +34,15 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.4 (Berkeley) 5/1/95
* $Id: nfs.h,v 1.40 1998/05/31 20:08:51 peter Exp $
* $Id: nfs.h,v 1.41 1998/06/30 03:01:37 jmg Exp $
*/
#ifndef _NFS_NFS_H_
#define _NFS_NFS_H_
#ifdef KERNEL
#include "opt_nfs.h"
#endif
/*
* Tunable constants for nfs

View File

@ -34,13 +34,15 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.4 (Berkeley) 5/1/95
* $Id: nfs.h,v 1.40 1998/05/31 20:08:51 peter Exp $
* $Id: nfs.h,v 1.41 1998/06/30 03:01:37 jmg Exp $
*/
#ifndef _NFS_NFS_H_
#define _NFS_NFS_H_
#ifdef KERNEL
#include "opt_nfs.h"
#endif
/*
* Tunable constants for nfs

View File

@ -34,13 +34,15 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.4 (Berkeley) 5/1/95
* $Id: nfs.h,v 1.40 1998/05/31 20:08:51 peter Exp $
* $Id: nfs.h,v 1.41 1998/06/30 03:01:37 jmg Exp $
*/
#ifndef _NFS_NFS_H_
#define _NFS_NFS_H_
#ifdef KERNEL
#include "opt_nfs.h"
#endif
/*
* Tunable constants for nfs