1
1

Mark the address with the correct type.

This commit was SVN r20916.
Этот коммит содержится в:
George Bosilca 2009-04-01 15:18:08 +00:00
родитель 4b43911c6a
Коммит 6ca6cfaafc

Просмотреть файл

@ -81,7 +81,7 @@
#ifdef HAVE_STRUCT_SOCKADDR_IN
typedef struct private_ipv4_t {
int32_t addr;
in_addr_t addr;
uint32_t netmask_bits;
} private_ipv4_t;