summaryrefslogtreecommitdiff
path: root/nfs/mount.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-14 18:10:19 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-14 18:10:19 +0000
commit2026ce0437cca8cb15149a5c488f93110f69131d (patch)
tree7bdeded20cbe0cc5222cb8aeeb773f761cc7cc79 /nfs/mount.c
parent332efe88b6fbf47a33cd27a4b9b22276a30c181f (diff)
*** empty log message ***
Diffstat (limited to 'nfs/mount.c')
-rw-r--r--nfs/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/mount.c b/nfs/mount.c
index 687257c1..233a0298 100644
--- a/nfs/mount.c
+++ b/nfs/mount.c
@@ -177,7 +177,7 @@ mount_root (char *name, char *host)
/* Create the node for root */
np = lookup_fhandle (p);
- p += NFS_FHSIZE / sizeof (int);
+ p += NFS2_FHSIZE / sizeof (int);
free (rpcbuf);
mutex_unlock (&np->lock);