On Mon, 22 Aug 2011 10:32:06 +0200, Karel Zak <kzak@xxxxxxxxxx> wrote: >On Thu, Aug 18, 2011 at 09:30:30AM +0200, Giulio wrote: >> + if (!chs_ok(b, PNO(p), _("start")) && !Linux) >[...] >> + if (!chs_ok(b, PNO(p), _("end")) && !Linux) >would be better to use > if (!Linux && chs_ok(b, PNO(p), ....) >so the chs_ok() will not called on Linux at all? Maybe the compiler reordered it since it didn't print those messages anymore anyway; for clarity I redordered the tests. -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html