Index: if_ether.h =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/bsd_tcpip/current/include/netinet/if_ether.h,v retrieving revision 1.1 diff -u -r1.1 if_ether.h --- if_ether.h 20 May 2002 22:25:01 -0000 1.1 +++ if_ether.h 20 Jun 2005 10:27:14 -0000 @@ -122,6 +122,7 @@ struct in_addr sin_srcaddr; u_short sin_tos; u_short sin_other; + char sin_zero[16]; // Bytes added since the size of this struct is used in rtalloc1 during radix tree search. The whole struct size must fit the size of sockaddr in socket.h, which was also increased by 16 bytes for IPv6. #define SIN_PROXY 1 }; /*