summaryrefslogtreecommitdiff
path: root/nfs/nfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/nfs.h')
-rw-r--r--nfs/nfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/nfs.h b/nfs/nfs.h
index 6a384afa..1996dfce 100644
--- a/nfs/nfs.h
+++ b/nfs/nfs.h
@@ -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;