diff options
Diffstat (limited to 'ares/ares_parse_srv_reply.3')
-rw-r--r-- | ares/ares_parse_srv_reply.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ares/ares_parse_srv_reply.3 b/ares/ares_parse_srv_reply.3 index 8f3edf4f4..a83d480a3 100644 --- a/ares/ares_parse_srv_reply.3 +++ b/ares/ares_parse_srv_reply.3 @@ -49,9 +49,9 @@ contains the following fields: .in +4n .nf struct srv_reply { - u_int16_t weight; - u_int16_t priority; - u_int16_t port; + unsigned short weight; + unsigned short priority; + unsigned short port; char *host; }; .fi |