--- src/sys/emulation/linux/linux_misc.c 2006/09/11 20:24:59 1.30 +++ src/sys/emulation/linux/linux_misc.c 2006/10/27 04:56:28 1.31 @@ -265,7 +265,7 @@ sys_linux_uselib(struct linux_uselib_arg if (error == 0) error = nlookup(&nd); if (error == 0) - error = cache_vget(nd.nl_ncp, nd.nl_cred, LK_EXCLUSIVE, &vp); + error = cache_vget(&nd.nl_nch, nd.nl_cred, LK_EXCLUSIVE, &vp); if (error) goto cleanup; /*