From af01e07509739b1714e046f1b5b06ae747ca90e6 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 31 Jan 2000 22:41:44 +0000 Subject: [PATCH] u_int16_t -> isc_uint16_t --- bin/lwresd/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lwresd/client.h b/bin/lwresd/client.h index b833a0b030..a48bd2b775 100644 --- a/bin/lwresd/client.h +++ b/bin/lwresd/client.h @@ -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]; };