projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9d7c9
)
- note to cleanup fprintf(2,...) -> bb_error_msg(...) and
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sun, 4 Jun 2006 15:37:59 +0000
(15:37 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sun, 4 Jun 2006 15:37:59 +0000
(15:37 -0000)
perror("bar") -> bb_perror_msg("bar");
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index 8f8c2942e9d9c849ea24f80f73ebe89576cb0705..2a963ddb9939aad9f929fed7f6ff3107ded06aaf 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-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: