- Mention code-cleanup possibilities in TODO.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 13 Jan 2006 08:46:39 +0000 (08:46 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 13 Jan 2006 08:46:39 +0000 (08:46 -0000)
TODO

diff --git a/TODO b/TODO
index a765627..203ccdf 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
+---
+