miax: fix musl build 71/head
authorDirk Neukirchen <dirkneukirchen@web.de>
Thu, 25 Jun 2015 14:08:37 +0000 (16:08 +0200)
committerDirk Neukirchen <dirkneukirchen@web.de>
Thu, 25 Jun 2015 14:15:47 +0000 (16:15 +0200)
commit5d656ad05b0809f87c352dc48849bddcde096f10
tree5ec0f8445c470cad5d65069c2190e55602a7b099
parenteb9adfd95d7780cd5e5d0a415c5bd0b6d888e275
miax: fix musl build

- error.h does not seem to be used (musl doesnt provide one)

fixes error/handling of FILE *stderr leading to errors like:
miax.c:217:2: error: assignment of read-only variable 'stderr'
  stderr=fopen(log_output,"w");

thx to jow for pointing things out

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
net/miax/patches/003-musl-fixes.patch [new file with mode: 0644]