2 - When detecting the largest possible file descriptor (in order to close
3 all file descriptors when launching a new program), actually use
4 _SC_OPEN_MAX. The old code for doing this was very, very broken.
5 Fix for bug 8209; bugfix on 0.2.3.1-alpha. Found by Coverity; this