- note to cleanup fprintf(2,...) -> bb_error_msg(...) and

perror("bar") -> bb_perror_msg("bar");
This commit is contained in:
Bernhard Reutner-Fischer 2006-06-04 15:37:59 +00:00
parent 1b9d7c9aa9
commit 395010b1f0

6
TODO
View File

@ -260,6 +260,12 @@ Minor stuff:
Unfortunately, that needs linux/watchdog.h and that contains unfiltered
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: