* Fix the type of the NULL arg to execl()
authorDavid Rhodus <drhodus@dragonflybsd.org>
Wed, 13 Aug 2003 22:55:22 +0000 (22:55 +0000)
committerDavid Rhodus <drhodus@dragonflybsd.org>
Wed, 13 Aug 2003 22:55:22 +0000 (22:55 +0000)
commit3e820d32fb9266532415717e673dd6b680f69e56
treebfdf37c25829e0113eb63962b26e31ee89d795e6
parent7f8fbc359ed8091fcbcc37f35e928e1fd8a4ccfa
* 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
usr.sbin/chroot/chroot.c