net: fix conflict with libc
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 27 Nov 2014 11:28:17 +0000 (12:28 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 27 Nov 2014 18:03:27 +0000 (19:03 +0100)
commitd07180f211c08a0486cbc2e6ada074500674375e
treed59ce69716fae7e5921a942ac0a90efa03a87c6d
parent9ebefc080be2f140c4eb6387ded3b29b78bdb52c
net: fix conflict with libc

It was impossible to include netinet/in.h and rte_ip.h
because the IP protocols were redefined.
It is removed because useless.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
app/test-pmd/icmpecho.c
lib/librte_net/rte_ip.h