diff options
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index e7ab99f..65f8a8e 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -232,7 +232,7 @@ * Internet address (a structure for historical reasons) */ struct in_addr { - u_int32_t s_addr; + in_addr_t s_addr; }; /* |