summaryrefslogtreecommitdiff
path: root/ares_parse_srv_reply.3
diff options
context:
space:
mode:
Diffstat (limited to 'ares_parse_srv_reply.3')
-rw-r--r--ares_parse_srv_reply.36
1 files changed, 3 insertions, 3 deletions
diff --git a/ares_parse_srv_reply.3 b/ares_parse_srv_reply.3
index 8f3edf4..a83d480 100644
--- a/ares_parse_srv_reply.3
+++ b/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