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/mount.c | |
parent | 332efe88b6fbf47a33cd27a4b9b22276a30c181f (diff) |
*** empty log message ***
Diffstat (limited to 'nfs/mount.c')
-rw-r--r-- | nfs/mount.c | 2 |
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); |