diff options
author | jmg <jmg@FreeBSD.org> | 1998-06-30 11:19:22 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1998-06-30 11:19:22 +0000 |
commit | c8ef0cb9cd574505144db5e92748fc52ce7bb96f (patch) | |
tree | fc546413aff3c32e9742e91e4b90fee8d2d70565 /sys/nfsclient/nfsstats.h | |
parent | 406115eeb396cf089147ab4705c4fe2018bc6969 (diff) | |
download | FreeBSD-src-c8ef0cb9cd574505144db5e92748fc52ce7bb96f.zip FreeBSD-src-c8ef0cb9cd574505144db5e92748fc52ce7bb96f.tar.gz |
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...
Diffstat (limited to 'sys/nfsclient/nfsstats.h')
-rw-r--r-- | sys/nfsclient/nfsstats.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nfsclient/nfsstats.h b/sys/nfsclient/nfsstats.h index f4c6dc1..e5be581 100644 --- a/sys/nfsclient/nfsstats.h +++ b/sys/nfsclient/nfsstats.h @@ -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 |