On Sat, Sep 12, 2009 at 10:18:07PM +0200, Tito wrote: > +#if 0 > mtime.nsec = ST_MTIME_NSEC(st); > +#else > + mtime.nsec = (unsigned long int)st.st_mtimensec; > +#endif You can do this instead: $ echo NO_NSEC=YesPlease >> config.mak $ make Clemens -- 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