--- src/sys/sys/kern_syscall.h 2006/09/17 21:09:39 1.33 +++ src/sys/sys/kern_syscall.h 2006/10/27 04:56:33 1.34 @@ -44,6 +44,7 @@ struct plimit; struct mbuf; struct msghdr; struct namecache; +struct nchandle; struct nlookupdata; struct rlimit; struct rusage; @@ -131,7 +132,7 @@ int kern_access(struct nlookupdata *nd, int kern_chdir(struct nlookupdata *nd); int kern_chmod(struct nlookupdata *nd, int mode); int kern_chown(struct nlookupdata *nd, int uid, int gid); -int kern_chroot(struct namecache *ncp); +int kern_chroot(struct nchandle *nch); int kern_fstatfs(int fd, struct statfs *buf); int kern_ftruncate(int fd, off_t length); int kern_futimes(int fd, struct timeval *tptr);