]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add missing types and constants to <netdb.h>.
authorEd Schouten <ed@FreeBSD.org>
Mon, 30 May 2016 13:37:11 +0000 (13:37 +0000)
committerEd Schouten <ed@FreeBSD.org>
Mon, 30 May 2016 13:37:11 +0000 (13:37 +0000)
commit07acf54b4bad4abba3192c032d28c863ca874bb2
tree71072d5dba6e204dda38a08ab248f79c1699154b
parent7b7f31e6cfabda76b663c38a1333453c533ff0d3
Add missing types and constants to <netdb.h>.

According to POSIX, the netdb.h header must also provide in_addr_t and
in_port_t. It should also provide IPPORT_RESERVED. Copy over the
necessary bits from <netinet/in.h> to achieve that.
include/netdb.h