February 23
https://issues.dlang.org/show_bug.cgi?id=24405

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@jmdavis created dlang/dmd pull request #16234 "Fix Bugzilla issue 24405 - FreeBSD's ifaddrs missing the ifa_broadaddr field." fixing this issue:

- Fix Bugzilla issue 24405 - FreeBSD's ifaddrs missing the ifa_broadaddr field.

  FreeBSD #defines ifa_broadaddr to be ifa_dstaddr, and I missed it when
  adding it to druntime. So, this adds the appropriate alias.

  It does feel a bit weird to list the alias before the field that it's
  aliasing, but that's the order presented in the man page, so it's what I
  did.

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

--
February 23
https://issues.dlang.org/show_bug.cgi?id=24405

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 #16234 "Fix Bugzilla issue 24405 - FreeBSD's ifaddrs missing the ifa_broadaddr field." was merged into master:

- 12120311224ddcbd80c40bcca8af7d12f315d761 by Jonathan M Davis:
  Fix Bugzilla issue 24405 - FreeBSD's ifaddrs missing the ifa_broadaddr field.

  FreeBSD #defines ifa_broadaddr to be ifa_dstaddr, and I missed it when
  adding it to druntime. So, this adds the appropriate alias.

  It does feel a bit weird to list the alias before the field that it's
  aliasing, but that's the order presented in the man page, so it's what I
  did.

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

--