Author: jelmer
Date: 2007-12-17 06:57:30 +0000 (Mon, 17 Dec 2007)
New Revision: 26492

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26492

Log:
Some hosts have a define called ifa_dstaddr.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/replace/system/network.h


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/replace/system/network.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/system/network.h      2007-12-17 
06:30:50 UTC (rev 26491)
+++ branches/SAMBA_4_0/source/lib/replace/system/network.h      2007-12-17 
06:57:30 UTC (rev 26492)
@@ -105,6 +105,7 @@
        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 */
 };

Reply via email to