From: Bernhard Reutner-Fischer Date: Fri, 8 May 2009 16:22:52 +0000 (+0200) Subject: test commit X-Git-Tag: 1_15_0~246 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8082ea1000af5103b86611835cdca23863e201db;p=oweals%2Fbusybox.git test commit Signed-off-by: Bernhard Reutner-Fischer --- diff --git a/TODO b/TODO index d6a60d1dd..52b6bd0ba 100644 --- a/TODO +++ b/TODO @@ -251,7 +251,6 @@ 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);