diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-14 18:10:19 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-14 18:10:19 +0000 |
commit | 2026ce0437cca8cb15149a5c488f93110f69131d (patch) | |
tree | 7bdeded20cbe0cc5222cb8aeeb773f761cc7cc79 /nfs/nfs.h | |
parent | 332efe88b6fbf47a33cd27a4b9b22276a30c181f (diff) |
*** empty log message ***
Diffstat (limited to 'nfs/nfs.h')
-rw-r--r-- | nfs/nfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ typedef int bool_t; /* Ick. */ node. */ struct netnode { - char handle[NFS_FHSIZE]; + char handle[NFS2_FHSIZE]; time_t stat_updated; struct node *hnext, **hprevp; |