Ruediger Pluem
Sat, 14 Jun 2008 14:31:03 -0700
On 05/28/2008 01:20 PM, Nick Kew wrote:
On Tue, 27 May 2008 22:26:09 -0000 [EMAIL PROTECTED] wrote:+ rpluem says: Thanks. Sorry for being picky, but after revisiting the patch + again I ask myself how we can be sure that the chroot function is actually + present on the platform we compile.$ man chroot ... CONFORMING TO SVr4, SVID, 4.4BSD, X/OPEN. How many unix platforms support none of the above?
I guess not many. So lets backport it and see if we get a bug report where this fails to build. This may also help to create a good test for detecting it correctly
Would #ifdef HAVE_UNISTD_H be an appropriate wrapper for this, or could you have a unistd without chroot?
I don't know. Regards RĂ¼diger