1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

r26492: Some hosts have a define called ifa_dstaddr.

This commit is contained in:
Jelmer Vernooij 2007-12-17 06:57:30 +01:00 committed by Stefan Metzmacher
parent 2513230e28
commit c4cd935ee7

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 */
};