02.06.2014 17:09, Markus Armbruster wrote:
> Peter Maydell writes:
[]
>> because none of these bsd-user files include a header which
>> gives a prototype for error_report. Also, these are just
>> straightforward reporting of command line errors, and I
>> think that, like the linux-user code, we sh
Peter Maydell writes:
> On 26 May 2014 08:20, Michael Tokarev wrote:
>> From: Le Tan
>>
>> 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
On 26 May 2014 08:20, Michael Tokarev wrote:
> From: Le Tan
>
> 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
> Signed-off-by:
From: Le Tan
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
Signed-off-by: Michael Tokarev
---
bsd-user/bsdload.c |2 +-
bsd-use