summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-04 15:37:59 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-04 15:37:59 +0000
commit395010b1f05911ddcba304bc591ec58950f118c9 (patch)
tree8d56f6613402f3593eeab787ac9e1dc1f7cf0ae5 /TODO
parent1b9d7c9aa951343f1805d0a7efbfa213611e9e01 (diff)
downloadbusybox-w32-395010b1f05911ddcba304bc591ec58950f118c9.tar.gz
busybox-w32-395010b1f05911ddcba304bc591ec58950f118c9.tar.bz2
busybox-w32-395010b1f05911ddcba304bc591ec58950f118c9.zip
- note to cleanup fprintf(2,...) -> bb_error_msg(...) and
perror("bar") -> bb_perror_msg("bar");
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8f8c2942e..2a963ddb9 100644
--- a/TODO
+++ b/TODO
@@ -260,6 +260,12 @@ Minor stuff:
260 Unfortunately, that needs linux/watchdog.h and that contains unfiltered 260 Unfortunately, that needs linux/watchdog.h and that contains unfiltered
261 kernel types on some distros, which breaks the build. 261 kernel types on some distros, which breaks the build.
262 262
263 use bb_error_msg where appropriate: See
264 egrep "(printf.*\([[:space:]]*(stderr|2)|[^_]write.*\([[:space:]]*(stderr|2))"
265
266 use bb_perror_msg where appropriate: See
267 egrep "[^_]perror"
268
263 269
264Code cleanup: 270Code cleanup:
265 271