Kjetil Barvik schrieb: > - istate->timestamp.sec = st.st_mtime; > -#ifdef USE_NSEC > + istate->timestamp.sec = (unsigned int)st.st_mtime; > istate->timestamp.nsec = (unsigned int)st.st_mtim.tv_nsec; > -#else > - istate->timestamp.nsec = 0; > -#endif Doesn't this break on systems where st_mtime is time_t and st_mtim does not exist? -- Hannes -- 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