diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-04 15:37:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-04 15:37:59 +0000 |
commit | 395010b1f05911ddcba304bc591ec58950f118c9 (patch) | |
tree | 8d56f6613402f3593eeab787ac9e1dc1f7cf0ae5 | |
parent | 1b9d7c9aa951343f1805d0a7efbfa213611e9e01 (diff) | |
download | busybox-395010b1f05911ddcba304bc591ec58950f118c9.tar.gz |
- note to cleanup fprintf(2,...) -> bb_error_msg(...) and
perror("bar") -> bb_perror_msg("bar");
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |