> + error = pathname_get(ndp->ni_dirp, ndp->ni_segflg, &pn); > + if (error) > + goto bad2; > + ndp->ni_dirp = pathname_path(pn); > + ndp->ni_segflg = UIO_SYSSPACE; this ought to be wrapped by #ifdef, IMO. YAMAMOTO Takashi