Edit

IABSD.fr/src/usr.sbin

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2025-03-31 08:59:02
    Hash : 2bd50638
    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@