summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsnode.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-05-31 18:32:23 +0000
committerpeter <peter@FreeBSD.org>1998-05-31 18:32:23 +0000
commitc4805fc7a085a49901a0e95da1103951fd74c1fb (patch)
treef7b83b759d2bfbb7014735e05604b84f4a9e9097 /sys/nfsclient/nfsnode.h
parent1f34203061dc9641cbef1ebec42b235a60096aca (diff)
downloadFreeBSD-src-c4805fc7a085a49901a0e95da1103951fd74c1fb.zip
FreeBSD-src-c4805fc7a085a49901a0e95da1103951fd74c1fb.tar.gz
NFS_SMALLFH is defined in nfsproto.h, not sys/mount.h
Obtained from: NetBSD
Diffstat (limited to 'sys/nfsclient/nfsnode.h')
-rw-r--r--sys/nfsclient/nfsnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h
index 1f011fd..51f5d78 100644
--- a/sys/nfsclient/nfsnode.h
+++ b/sys/nfsclient/nfsnode.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfsnode.h 8.9 (Berkeley) 5/14/95
- * $Id: nfsnode.h,v 1.24 1997/10/28 14:06:25 bde Exp $
+ * $Id: nfsnode.h,v 1.25 1998/03/06 09:46:52 msmith Exp $
*/
@@ -81,7 +81,7 @@ struct nfsdmap {
* If this structure exceeds 256 bytes (it is currently 256 using 4.4BSD-Lite
* type definitions), file handles of > 32 bytes should probably be split out
* into a separate MALLOC()'d data structure. (Reduce the size of nfsfh_t by
- * changing the definition in sys/mount.h of NFS_SMALLFH.)
+ * changing the definition in nfsproto.h of NFS_SMALLFH.)
* NB: Hopefully the current order of the fields is such that everything will
* be well aligned and, therefore, tightly packed.
*/
OpenPOWER on IntegriCloud