1
1

Cope with the case where IPv6 headers are not available.

This commit was SVN r21593.
Этот коммит содержится в:
George Bosilca 2009-07-02 18:00:26 +00:00
родитель e30826c6e1
Коммит b85e3636f3

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

@ -514,6 +514,7 @@ static inline uint16_t ntohs(uint16_t netvar) { return netvar; }
#define sin6_len sin_len
#define sin6_family sin_family
#define sin6_port sin_port
#define sin6_addr sin_addr
#endif
#if !HAVE_DECL_AF_UNSPEC