#ifndef __BACKPORT_TYPES #define __BACKPORT_TYPES #include #include_next #if LINUX_VERSION_IS_LESS(3,17,0) typedef __s64 time64_t; #endif #endif /* __BACKPORT_TYPES */