--- src/sys/kern/imgact_elf.c 2006/09/11 20:25:01 1.42 +++ src/sys/kern/imgact_elf.c 2006/10/27 04:56:31 1.43 @@ -433,7 +433,7 @@ elf_load_file(struct proc *p, const char if (error == 0) error = nlookup(nd); if (error == 0) - error = cache_vget(nd->nl_ncp, nd->nl_cred, LK_EXCLUSIVE, &imgp->vp); + error = cache_vget(&nd->nl_nch, nd->nl_cred, LK_EXCLUSIVE, &imgp->vp); nlookup_done(nd); if (error) goto fail;