February 23 [Issue 24405] New: FreeBSD's ifaddrs missing the ifa_broadaddr field | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24405 Issue ID: 24405 Summary: FreeBSD's ifaddrs missing the ifa_broadaddr field Product: D Version: D2 Hardware: All OS: FreeBSD Status: NEW Severity: normal Priority: P1 Component: druntime Assignee: nobody@puremagic.com Reporter: issues.dlang@jmdavisProg.com FreeBSD defines the ifa_broadaddr field as being #defined to ifa_dstaddr, and I missed it when adding FreeBSD's ifaddrs to druntime. The man page clearly mentions it, but it doesn't provide the actual struct definition: https://man.freebsd.org/cgi/man.cgi?getifaddrs -- |
Copyright © 1999-2021 by the D Language Foundation