mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1c3e409ca4
Switch a variable from long to time_t, so it has the correct type to pass to ctime(3). Since the time is obtained through a few abstraction layers using long, this would require too much patching to become 2038 clean.