February 24
https://issues.dlang.org/show_bug.cgi?id=24408

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 #16241 "Fix bugzilla issue 24408 - Remove duplicate AF_INET6 declaration." fixing this issue:

- Fix bugzilla issue 24408 - Remove duplicate AF_INET6 declaration.

  It's already declared in core.sys.posix.sys.socket, so declaring it in
  core.sys.linux.sys.socket causes a conflict in code that imports both.

  The Linux-specific module publicly imports the POSIX one, so the
  declaration in the Linux one is unnecessary. This removes it.

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

--
February 24
https://issues.dlang.org/show_bug.cgi?id=24408

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 #16241 "Fix bugzilla issue 24408 - Remove duplicate AF_INET6 declaration." was merged into master:

- 634ce7cc54577168e93a2bbbb461bc2a12943ddd by Jonathan M Davis:
  Fix bugzilla issue 24408 - Remove duplicate AF_INET6 declaration.

  It's already declared in core.sys.posix.sys.socket, so declaring it in
  core.sys.linux.sys.socket causes a conflict in code that imports both.

  The Linux-specific module publicly imports the POSIX one, so the
  declaration in the Linux one is unnecessary. This removes it.

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

--