]> git.proxmox.com Git - mirror_qemu.git/commit
qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN
authorNick Briggs <nicholas.h.briggs@gmail.com>
Thu, 11 Jan 2024 19:43:22 +0000 (14:43 -0500)
committerKonstantin Kostiuk <kkostiuk@redhat.com>
Tue, 30 Jan 2024 10:14:28 +0000 (12:14 +0200)
commitb3e0f64487a4b937d871ce4ce9c259e02ec02191
treebbfe6b98fcd60b393968253cd0a249e3665307b4
parent7c4486350a79532580a37d42abdeb1dc7e4fa6c9
qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN

Solaris has net/if_arp.h and netinet/if_ether.h rather than net/ethernet.h,
but does not define ETHER_ADDR_LEN, instead providing ETHERADDRL.

Signed-off-by: Nick Briggs <nicholas.h.briggs@gmail.com>
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
qga/commands-posix.c