On Thu, Jul 10, 2014 at 01:15:30PM -0700, Gurucharan Shetty wrote: > On Thu, Jul 10, 2014 at 11:13 AM, Ben Pfaff <[email protected]> wrote: > > This struct is used only in netlink-socket.c, which is only used on Linux, > > which in turn gets the definition from <linux/netlink.h>. On Windows the > > definition actually causes a small amount of trouble because Windows does > > not define sa_family_t (despite POSIX), so it's better to remove it. > > > > Even if other platforms adopt Netlink, I have no reason to believe that > > they will use the same sockaddr format as Linux. > > > > CC: Saurabh Shah <[email protected]> > > Signed-off-by: Ben Pfaff <[email protected]> > Acked-by: Gurucharan Shetty <[email protected]>
Thanks! Applied. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
