mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 01:40:05 -04:00
u_int16_t -> isc_uint16_t
This commit is contained in:
parent
515277c0e8
commit
af01e07509
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ struct client_s {
|
|||
* we'd need to use "arg" above and allocate/destroy things.
|
||||
*/
|
||||
char *aliases[LWRES_MAX_ALIASES];
|
||||
u_int16_t aliaslen[LWRES_MAX_ALIASES];
|
||||
isc_uint16_t aliaslen[LWRES_MAX_ALIASES];
|
||||
lwres_addr_t addrs[LWRES_MAX_ADDRS];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue