qemu-e2k/slirp
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
..
COPYRIGHT
Makefile.objs
arp_table.c
bootp.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
bootp.h
cksum.c
debug.h
dnssearch.c
if.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
if.h
ip.h
ip_icmp.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
ip_icmp.h
ip_input.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
ip_output.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
libslirp.h
main.h
mbuf.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
mbuf.h
misc.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
misc.h
sbuf.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
sbuf.h
slirp.c
slirp.h ether/slirp: Avoid redefinition of the same constants 2016-01-11 11:01:35 +08:00
slirp_config.h
socket.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
socket.h
tcp.h
tcp_input.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
tcp_output.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
tcp_subr.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
tcp_timer.c
tcp_timer.h
tcp_var.h
tcpip.h
tftp.c
tftp.h
udp.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
udp.h