diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-05-08 18:18:42 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-05-08 18:18:42 +0200 |
commit | 8606aba04b9f6b82820e739f9781dfc85ae4853a (patch) | |
tree | 013e620c44a284d862b64dbd73bd7e59876f2608 /TODO | |
parent | af61b2a5adde248c9733cb3d5641a777c45f6c74 (diff) | |
download | busybox-w32-8606aba04b9f6b82820e739f9781dfc85ae4853a.tar.gz busybox-w32-8606aba04b9f6b82820e739f9781dfc85ae4853a.tar.bz2 busybox-w32-8606aba04b9f6b82820e739f9781dfc85ae4853a.zip |
test commit
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -251,7 +251,6 @@ FEATURE_CLEAN_UP | |||
251 | For right now, exit() handles it just fine. | 251 | For right now, exit() handles it just fine. |
252 | 252 | ||
253 | 253 | ||
254 | |||
255 | Minor stuff: | 254 | Minor stuff: |
256 | watchdog.c could autodetect the timer duration via: | 255 | watchdog.c could autodetect the timer duration via: |
257 | if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2); | 256 | if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2); |