1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r26492: Some hosts have a define called ifa_dstaddr.

(This used to be commit c4cd935ee783b2f4939e2c481bbdb1bbdb9190cd)
This commit is contained in:
Jelmer Vernooij 2007-12-17 06:57:30 +01:00 committed by Stefan Metzmacher
parent 463d1f68d5
commit af3c0b9324

View File

@ -105,6 +105,7 @@ struct ifaddrs {
unsigned int ifa_flags; /* Interface flags */
struct sockaddr *ifa_addr; /* Interface address */
struct sockaddr *ifa_netmask; /* Interface netmask */
#undef ifa_dstaddr
struct sockaddr *ifa_dstaddr; /* P2P interface destination */
void *ifa_data; /* Address specific data */
};