Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fping: Initialize msghdr struct in a portable way
Initializing the structure assuming glibc layout results in compile errors on musl, therefore do partial intialization and then assigning the members individually. Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Loading branch information