mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-12 05:32:42 -04:00
139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
<isc/int.h> and <isc/result.h>.
This commit is contained in:
parent
b887048653
commit
23a0970477
2 changed files with 4 additions and 3 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
|
||||
<isc/int.h> and <isc/result.h>.
|
||||
|
||||
138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
|
||||
renamed isc_string_touint64. isc_strsep moved from
|
||||
strsep.c to string.c and renamed isc_string_separate.
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
#include <netinet6/in6.h>
|
||||
#endif
|
||||
|
||||
#include <isc/result.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
#ifndef AF_INET6
|
||||
#define AF_INET6 99
|
||||
|
|
@ -102,8 +102,6 @@ extern const struct in6_addr isc_net_in6addrany;
|
|||
* Ensure type in_port_t is defined.
|
||||
*/
|
||||
#ifdef ISC_PLATFORM_NEEDPORTT
|
||||
#include <isc/int.h>
|
||||
|
||||
typedef isc_uint16_t in_port_t;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue