Dr. David Alan Gilbert 9c7ffe2664 ether/slirp: Avoid redefinition of the same constants
eth.h and slirp.h both define ETH_ALEN and ETH_P_IP
rtl8139.c and eth.h both define ETH_HLEN

Move the related constant (ETH_P_ARP) from slirp.h to eth.h, and
remove the duplicates; make slirp.h include eth.h

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2016-01-11 11:01:35 +08:00
..
2012-12-19 08:31:31 +01:00
2012-03-13 16:15:19 +01:00
2012-02-27 14:54:49 +01:00
2013-02-21 16:17:31 -06:00
2013-02-21 16:17:31 -06:00
2012-05-28 13:45:33 +02:00
2014-03-25 14:09:50 +01:00