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 6120f87a..29b203aa 100644 --- a/nfs/mount.c +++ b/nfs/mount.c @@ -216,7 +216,7 @@ mount_root (char *name, char *host) /* Create the node for root */ xdr_decode_fhandle (p, &np); free (rpcbuf); - mutex_unlock (&np->lock); + pthread_mutex_unlock (&np->lock); if (nfs_port_override) port = nfs_port; |