Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01-fix-incompatible-pointer-type-errors.patch | fix type of arguments to `localtime(3)` With recent versions of gcc, on architectures where `long` and `time_t` are not the same size, passing pointers to `long` to `localtime(3)`, leads to "incompatible pointer type" errors. Use `time_t` instead. |
Jeremy Sowden <azazel@debian.org> | yes | debian | 2024-12-24 |