Re: [ovs-dev] [PATCH v2 1/3] windows/netinet: Copy ip6.h and icmp6.h from netbsd.

2014-03-13 Thread Ben Pfaff
On Thu, Mar 13, 2014 at 02:03:08PM -0700, Gurucharan Shetty wrote: > There are a few structure definitions that is used from > these headers. So copy them from the netbsd repo. > > The following changes have been made on top of it: > * The keyword "__packed" has been removed > from the headers as

[ovs-dev] [PATCH v2 1/3] windows/netinet: Copy ip6.h and icmp6.h from netbsd.

2014-03-13 Thread Gurucharan Shetty
There are a few structure definitions that is used from these headers. So copy them from the netbsd repo. The following changes have been made on top of it: * The keyword "__packed" has been removed from the headers as the corresponding Linux headers don't do packing. * #if BYTE_ORDER == 'X' macro