We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf10abf commit 8fecfc8Copy full SHA for 8fecfc8
external/bsd/include/netdb.h
@@ -84,8 +84,8 @@ extern __thread int h_errno;
84
struct hostent {
85
char *h_name; /* official name of host */
86
char **h_aliases; /* alias list */
87
- int h_addrtype; /* host address type */
88
- int h_length; /* length of address */
+ short h_addrtype; /* host address type */
+ short h_length; /* length of address */
89
char **h_addr_list; /* list of addresses from name server */
90
#define h_addr h_addr_list[0] /* address, for backward compatibility */
91
};
0 commit comments