- note to cleanup fprintf(2,...) -> bb_error_msg(...) and
perror("bar") -> bb_perror_msg("bar");
This commit is contained in:
6
TODO
6
TODO
@@ -260,6 +260,12 @@ Minor stuff:
|
|||||||
Unfortunately, that needs linux/watchdog.h and that contains unfiltered
|
Unfortunately, that needs linux/watchdog.h and that contains unfiltered
|
||||||
kernel types on some distros, which breaks the build.
|
kernel types on some distros, which breaks the build.
|
||||||
|
|
||||||
|
use bb_error_msg where appropriate: See
|
||||||
|
egrep "(printf.*\([[:space:]]*(stderr|2)|[^_]write.*\([[:space:]]*(stderr|2))"
|
||||||
|
|
||||||
|
use bb_perror_msg where appropriate: See
|
||||||
|
egrep "[^_]perror"
|
||||||
|
|
||||||
|
|
||||||
Code cleanup:
|
Code cleanup:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user