January 04, 2024
https://issues.dlang.org/show_bug.cgi?id=24319

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibara created dlang/dmd pull request #15999 "Fix Issue 24319 - OpenBSD: Use correct type for file_time" fixing this issue:

- Fix Issue 24319 - OpenBSD: Use correct type for file_time

  statbuf.st_ctime is always 64-bit on OpenBSD.

https://github.com/dlang/dmd/pull/15999

--
January 06, 2024
https://issues.dlang.org/show_bug.cgi?id=24319

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15999 "Fix Issue 24319 - OpenBSD: Use correct type for file_time" was merged into stable:

- a298a4ba28e633fe9708836918a089261d535e01 by Brian Callahan:
  Fix Issue 24319 - OpenBSD: Use correct type for file_time

  statbuf.st_ctime is always 64-bit on OpenBSD.

https://github.com/dlang/dmd/pull/15999

--