tcpudp: define SO_ORIGINAL_DST directly, not via include
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 2 Jan 2017 09:46:08 +0000 (10:46 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 2 Jan 2017 09:46:08 +0000 (10:46 +0100)
commit78900354524ee966ee6b5299c87831fcccf1deb0
treeaa56f36b18fa40b5c603f0074ec213d5df90002c
parent1f71014fd6de609ea8947fcb77d03d16fe18c841
tcpudp: define SO_ORIGINAL_DST directly, not via include

musl does not like including linux/netfilter_ipv4.h
(enum / #define collision in two headers, resulting in "3 = 3"
type situation in enum definition).

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/tcpudp.c