From 2026ce0437cca8cb15149a5c488f93110f69131d Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 14 Aug 1996 18:10:19 +0000 Subject: *** empty log message *** --- nfs/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nfs/mount.c') 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); -- cgit v1.2.3