/*
* Close all file descriptors greater than or equal to lowfd.
*/
#ifdef HAVE_DECL_F_CLOSEM
#if HAVE_DECL_F_CLOSEM
void
closefrom(int lowfd)
{