drhodus 2003/08/13 15:55:22 PDT Modified files: usr.sbin/chroot chroot.c Log: * Fix the type of the NULL arg to execl() * de-__P() * Explicitly compare the values returned by chdir(2) and chroot(2) to -1 Obtained from: FreeBSD Revision Changes Path 1.3 +4 -4 src/usr.sbin/chroot/chroot.c