summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/iputils/files/0001-Intialize-struct-elements-by-name.patch
AgeCommit message (Collapse)AuthorFiles
2016-01-22iputils: Use member based initialization for mrghdr structKhem Raj1
Fix build with musl uclibc and glibc dont agree on structure of the struct, musl rightly adds padding elements, so when doing anonymous initialization struct elements gets wrongly mapped on 64bit arches Signed-off-by: Khem Raj <raj.khem@gmail.com>