move IPPORT_RESERVED from netdb.h to netinet/in.h
authorRich Felker <dalias@aerifal.cx>
Wed, 30 Aug 2017 00:50:48 +0000 (20:50 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 30 Aug 2017 00:50:48 +0000 (20:50 -0400)
commit5f7efb87a28a311ad377dd26adf53715dedb096d
tree3bc66ee4c02b48ffe0372d827a7e127870e0b9a6
parent5f3b652afe423dd2bd6f266535f79f685909cf60
move IPPORT_RESERVED from netdb.h to netinet/in.h

it's in the reserved namespace for the latter, where it seems it was
historically defined, and some programs expect to find it there.
include/netdb.h
include/netinet/in.h