2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00: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:
David Lawrence
2000-04-28 23:14:45 +00:00
parent b887048653
commit 23a0970477
2 changed files with 4 additions and 3 deletions

View File

@@ -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 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
renamed isc_string_touint64. isc_strsep moved from renamed isc_string_touint64. isc_strsep moved from
strsep.c to string.c and renamed isc_string_separate. strsep.c to string.c and renamed isc_string_separate.

View File

@@ -76,7 +76,7 @@
#include <netinet6/in6.h> #include <netinet6/in6.h>
#endif #endif
#include <isc/result.h> #include <isc/types.h>
#ifndef AF_INET6 #ifndef AF_INET6
#define AF_INET6 99 #define AF_INET6 99
@@ -102,8 +102,6 @@ extern const struct in6_addr isc_net_in6addrany;
* Ensure type in_port_t is defined. * Ensure type in_port_t is defined.
*/ */
#ifdef ISC_PLATFORM_NEEDPORTT #ifdef ISC_PLATFORM_NEEDPORTT
#include <isc/int.h>
typedef isc_uint16_t in_port_t; typedef isc_uint16_t in_port_t;
#endif #endif