]> Git Repo - qemu.git/commit
os-posix: cleanup: Replace perror with error_report
authorIan Jackson <[email protected]>
Mon, 16 Apr 2018 14:16:23 +0000 (15:16 +0100)
committerIan Jackson <[email protected]>
Thu, 26 Apr 2018 15:29:51 +0000 (16:29 +0100)
commita7aaec148e27193cc6f7d33d2f18f81eed011a5c
treea514b0e1831517953f223823e16fe3edbafcf0f1
parent22cd4f4835b2053271e737b1679927b9b8aa4252
os-posix: cleanup: Replace perror with error_report

perror() is defined to fprintf(stderr,...).  HACKING says
fprintf(stderr,...) is wrong.  So perror() is too.

Signed-off-by: Ian Jackson <[email protected]>
CC: Paolo Bonzini <[email protected]>
CC: Markus Armbruster <[email protected]>
CC: Daniel P. Berrange <[email protected]>
CC: Michael Tokarev <[email protected]>
CC: Alistair Francis <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
os-posix.c
This page took 0.021359 seconds and 4 git commands to generate.