Jan-Benedict Glaw <jbglaw@xxxxxxxxxx> writes: >> + if (in_fd < 0 && ENOENT != errno ) > > I admit that I don't like the (constant -operator- variable) notation, > but mixing both in one line..? Lol. I would have written it as (in_fd < 0 && errno != ENOENT) BTW. - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html