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? Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- 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