diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-05-31 18:32:23 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-05-31 18:32:23 +0000 |
| commit | b258e976a8e6e29fd626992cf3d511a1ac9a5d15 (patch) | |
| tree | 09fcb1176df93d3a373b54c3bd35fb0088d5fdd6 /sys/nfs/nfsnode.h | |
| parent | fe92746897af88cd2563f9586408d43b3ce692a8 (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfsnode.h')
| -rw-r--r-- | sys/nfs/nfsnode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h index 1f011fdc82d4..51f5d7864889 100644 --- a/sys/nfs/nfsnode.h +++ b/sys/nfs/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. */ |
