diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-04 15:37:59 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-04 15:37:59 +0000 |
commit | 96f5cde25e55a9f9cfd33d8f54c19cbc93db6655 (patch) | |
tree | 8d56f6613402f3593eeab787ac9e1dc1f7cf0ae5 | |
parent | 022b1428f762eebd783d58f59f4a95b67de16d29 (diff) | |
download | busybox-w32-96f5cde25e55a9f9cfd33d8f54c19cbc93db6655.tar.gz busybox-w32-96f5cde25e55a9f9cfd33d8f54c19cbc93db6655.tar.bz2 busybox-w32-96f5cde25e55a9f9cfd33d8f54c19cbc93db6655.zip |
- note to cleanup fprintf(2,...) -> bb_error_msg(...) and
perror("bar") -> bb_perror_msg("bar");
git-svn-id: svn://busybox.net/trunk/busybox@15280 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ||
264 | Code cleanup: | 270 | Code cleanup: |
265 | 271 | ||