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:
parent
2513230e28
commit
c4cd935ee7
@ -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 */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user