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:
dd9dce1
)
- Mention code-cleanup possibilities in TODO.
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 13 Jan 2006 08:46:39 +0000
(08:46 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 13 Jan 2006 08:46:39 +0000
(08:46 -0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index a765627b5f4d0858bbd69d1ae803e40923508d9f..203ccdf9f55b8723ef9d855c89d3ebe098651006 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-233,3
+233,14
@@
Minor stuff:
if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2);
Unfortunately, that needs linux/watchdog.h and that contains unfiltered
kernel types on some distros, which breaks the build.
+
+
+Code cleanup:
+
+Replace deprecated functions.
+
+bzero() -> memset()
+---
+sigblock(), siggetmask(), sigsetmask(), sigmask() -> sigprocmask et al
+---
+