Bug#1091381:xtail FTBFS on 32-bit architectures due to 64bit time_tSince we turned on 64-bit time_t, xtail now fails to build on most 32-bit architectures. The attached trivial patch fixes the build.
[PATCH] Fix build failure on 32-bit platforms
Use the time_t type instead of the hardcoded long type for mtime variable. This is necessary since we recently enabled 64-bit time_t on most 32-bit platforms.