On 07/21/09 18:32, Denys Vlasenko wrote: > If !FOLLOW_RETRY, fds[i] is never < 0. You do not need to check > FOLLOW_RETRY, just "if(fds[i] < 0) continue;" works.
I know, I put it in there to avoid code size increase when FEATURE_FANCY_TAIL is not set (should have used ENABLE_FEATURE_FANCY_TAIL instead like you did) > Committed with some editing, thanks! thanks! Eric _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
