Hi, On Sat, 9 Jun 2007, Johan Herland wrote: > > - if (memcmp(data, "object ", 7)) > + if (prefixcmp(data, "object ")) FWIW I think that _these_ changes are actually somewhat worth it. And they should have come _instead_ of moving the order of the memcmp() around (you know which patch that was). Ciao, Dscho - To unsubscribe from this list: 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