bsd-user: replace fprintf(stderr, ...) with error_report()
commit1fba509527beb74bdcf50bc07ad3cd8244ad9c61
authorLe Tan <tamlokveer@gmail.com>
Fri, 9 May 2014 23:55:22 +0000 (10 07:55 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 26 May 2014 06:41:22 +0000 (26 10:41 +0400)
tree44a3c3010044ff36c64a1e363866322a4eabbdb2
parent69e995040c3dc31274c8fd2732391192272ec465
bsd-user: replace fprintf(stderr, ...) with error_report()

Replace fprintf(stderr,...) with error_report() in files bsd-user/*.
The trailing "\n"s of the @fmt argument have been removed
because @fmt of error_report() should not contain newline.

Signed-off-by: Le Tan <tamlokveer@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
bsd-user/bsdload.c
bsd-user/elfload.c
bsd-user/main.c