Debian Patches
Status for tlog/14-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
timespec-define-TLOG_TIME_T_MIN_TLOG_TIME_T_MAX.patch | [PATCH] timespec: define TLOG_TIME_T_MIN, TLOG_TIME_T_MAX The library makes the false assumption that time_t is equivalent to long. To avoid the year 2038 problem Linux distributions have moved to using 64-bit time_t on 32-bit architectures. Replace the LONG_MIN and LONG_MAX by new symbols TLOG_TIME_T_MIN, TLOG_TIME_T_MAX. |
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | no | 2024-05-15 | ||
Adjust-printf-codes-for-64bit-time_t-on-32bit-systems.patch | [PATCH] Adjust printf codes for 64-bit time_t on 32-bit systems Convert to long long and use %lld for printing. Use %lld and read to long long when scanning string. |
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | no | 2024-05-15 |