jpirko / libteam

team netdevice library
GNU Lesser General Public License v2.1
225 stars 57 forks source link

fix redefinition of 'struct ethhdr' in musl libc #26

Closed itoffshore closed 7 years ago

itoffshore commented 7 years ago

Under musl libc mixing kernel & userspace ethernet headers causes:

error: redefinition of 'struct ethhdr'

fixes compilation with musl libc

jpirko commented 7 years ago

please submit to the mailing lists, according to the "SubmittingPatches" file. Thanks