diff options
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); |