From aaffa656289c5d5448ac8ac3fa339111ce505210 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 25 Jan 1996 00:45:37 +0000 Subject: Fixed spelling of s_namlen so that this compiles again. --- sys/nfs/nfs_vnops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/nfs') diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c index 32d8cb9..8dec9a2 100644 --- a/sys/nfs/nfs_vnops.c +++ b/sys/nfs/nfs_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vnops.c 8.5 (Berkeley) 2/13/94 - * $Id: nfs_vnops.c,v 1.31 1995/12/07 12:47:29 davidg Exp $ + * $Id: nfs_vnops.c,v 1.32 1996/01/24 21:11:26 phk Exp $ */ /* @@ -2480,7 +2480,7 @@ nfs_sillyrename(dvp, vp, cnp) /* Fudge together a funny name */ pid = cnp->cn_proc->p_pid; - sp->s_namelen = sprintf(sp->s_name, ".nfsA%04x4.4", pid); + sp->s_namlen = sprintf(sp->s_name, ".nfsA%04x4.4", pid); /* Try lookitups until we get one that isn't there */ while (nfs_lookitup(dvp, sp->s_name, sp->s_namlen, sp->s_cred, -- cgit v1.1