chu11 / freeipmi-mirror

Mirror of GNU FreeIPMI Git Repo - http://savannah.gnu.org/projects/freeipmi/. I maintain the upstream of FreeIPMI and can accept Github pull requests.
GNU General Public License v3.0
12 stars 16 forks source link

fix build on musl #47

Closed ffontaine closed 2 years ago

ffontaine commented 2 years ago

musl doesn't provide getmsg or putmsg even if stropts.h is available

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

chu11 commented 2 years ago

LGTM, thanks!