summaryrefslogtreecommitdiff
path: root/user/rrdtool/time64.patch
AgeCommit message (Collapse)AuthorFilesLines
2022-12-10user/rrdtool: Fix time64 issue on 32-bit systemsA. Wilcox1-0/+51
This only showed up in tests on ppc, but would eventually hit all of them. The code already correctly handled SIZEOF_TIME_T being 8, but this was cased on _WIN32. Removed that specialisation and now it works. Fixes: #877