CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/03/31 02:59:02
Modified files: usr.sbin/rpki-client: repo.c Log message: Use the more portable st_mtime instead of the newer st_mtim member. The latter is defined in POSIX 2024 but it seems not many systems (aka Linux) picked that up yet as a default. POSIX 2024 defines fallback macros for using st_mtime so 'this is fine'. OK tb@