https://issues.dlang.org/show_bug.cgi?id=22461
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #13249 "Fix Issue 22461 - OpenBSD: Use fmodl" was merged into stable: - dd3e2065ccd2e6b7319a25747f30fbf78ed1b298 by Brian Callahan: OpenBSD has had fmodl since 5.0 (2011) FreeBSD has had fmodl since 8.0 (2008) DragonFly BSD has had fmodl since 4.1 (2013) The special casing to use fmod instead of fmodl can be removed. Fix Issue 22461 - OpenBSD: Use fmodl https://github.com/dlang/dmd/pull/13249 --
