On Saturday 12 September 2009 22:42:30 Clemens Buchacher wrote: > 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 > Maybe something about this could be added to configure Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-pthreads=FLAGS FLAGS is the value to pass to the compiler to enable --disable-nsec to avoid to someone else to reinvent the wheel like i did :-) Ciao, Tito -- 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