if (f != ff && fcntl(fd, F_SETFL, ff) == -1)
return (-1);
}
if (fdbic || fdxor) {
if ((f = fcntl(fd, F_GETFD)) == -1)
return (-1);
if (f != ff && fcntl(fd, F_SETFL, ff) == -1)
return (-1);
}
if (fdbic || fdxor) {
if ((f = fcntl(fd, F_GETFD)) == -1)
return (-1);