On Fri, Jul 29, 2011 at 12:44:30AM +0200, Karel Zak wrote: > On Thu, Jul 28, 2011 at 11:33:42PM +0200, Sami Kerola wrote: > > - iter->done = 1; > > + iter->done |= 1; > > Why we need this change? IMHO it's unnecessary. The bit-fields should probably "unsigned int" for better portability, (otherwise it's implementation-defined). I'll fix it. 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