Johannes Sixt <j.sixt@xxxxxxxxxxxxx> writes: >> diff --git a/git-compat-util.h b/git-compat-util.h >> index 5c59687..85dea12 100644 >> --- a/git-compat-util.h >> +++ b/git-compat-util.h >> @@ -198,7 +198,6 @@ extern void warning(const char *err, ...) __attribute__((format (printf, 1, 2))) >> extern void set_die_routine(NORETURN_PTR void (*routine)(const char *err, va_list params)); >> >> extern int prefixcmp(const char *str, const char *prefix); >> -extern time_t tm_to_time_t(const struct tm *tm); >> >> static inline const char *skip_prefix(const char *str, const char *prefix) >> { > > This one is used from compat/mingw.c for the gettimeofday emulation. > Please leave it extern. Ouch; I thought I ran "git grep <sym> pu" for all of them. Sorry and thanks. -- 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