From: Bernhard Reutner-Fischer Date: Fri, 8 May 2009 16:19:58 +0000 (+0200) Subject: Revert "test commit" X-Git-Tag: 1_15_0~247 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b5d5245f46bf6c8c49d5182cba2ef1c30a5cad79;p=oweals%2Fbusybox.git Revert "test commit" This reverts commit 8606aba04b9f6b82820e739f9781dfc85ae4853a. Signed-off-by: Bernhard Reutner-Fischer --- diff --git a/TODO b/TODO index 52b6bd0ba..d6a60d1dd 100644 --- a/TODO +++ b/TODO @@ -251,6 +251,7 @@ FEATURE_CLEAN_UP For right now, exit() handles it just fine. + Minor stuff: watchdog.c could autodetect the timer duration via: if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2);