HomeFreeBSD

Add NI_NUMERICSCOPE.

Description

Add NI_NUMERICSCOPE.

POSIX also declares NI_NUMERICSCOPE, which makes getnameinfo() return a
numerical scope identifier. The interesting thing is that support for
this is already present in code, but #ifdef disabled. Expose this
functionality by placing a definition for it in <netdb.h>.

While there, remove references to NI_WITHSCOPEID, as that got removed 11
years ago.

Details

Provenance
edAuthored on
Parents
rS303427: Change type of MB_CUR_MAX and MB_CUR_MAX_L() to size_t.
Branches
Unknown
Tags
Unknown