u_int16_t -> isc_uint16_t

This commit is contained in:
Andreas Gustafsson 2000-01-31 22:41:44 +00:00
parent 515277c0e8
commit af01e07509

View file

@ -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];
};