miax: fix compilation errors under uClibc-ng and musl 582/head
authorRosen Penev <rosenp@gmail.com>
Sun, 30 Aug 2020 21:02:54 +0000 (14:02 -0700)
committerRosen Penev <rosenp@gmail.com>
Fri, 9 Oct 2020 09:34:21 +0000 (02:34 -0700)
commit94df06b55035b8001283aa6b8bfbaa40ea495acd
tree97d3f5e4f3a242c7600273c9c56525ad78251bca
parente80afb1545e2da181b8b7b1f89555b79d95bbc73
miax: fix compilation errors under uClibc-ng and musl

usleep is deprecated. So are bcopy and bzero.

Added extra needed headers.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/miax/Makefile
net/miax/patches/010-usleep.patch [new file with mode: 0644]
net/miax/patches/020-includes.patch [new file with mode: 0644]