Workaround on type mismatch with time_t (not 2038-safe) Temporarily patch usage of time_t in struct timeval to cast the GTimeVal type variables to time_t to avoid FTBFS due to type mismatch.
This does not fundamentally fix the 2038 problem, but the usage of 2038-unsafe GTimeVal is too common in telepathy-logger to completely patch out.