From f798c500e458696c95688ff9f592aafea0a68149 Mon Sep 17 00:00:00 2001 From: Giel van Schijndel Date: Mon, 29 Mar 2010 21:12:09 +0200 Subject: [PATCH] --- yaml --- r: 189544 b: refs/heads/master c: cf9cf9aed19f529ff313c3e0901ae3b2972eaf4e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/watchdog/src/watchdog-simple.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 13c1d9e68356..c5b6de2623ba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5e8037166497f8a1aa46325ed7febf0408d45caa +refs/heads/master: cf9cf9aed19f529ff313c3e0901ae3b2972eaf4e diff --git a/trunk/Documentation/watchdog/src/watchdog-simple.c b/trunk/Documentation/watchdog/src/watchdog-simple.c index 4cf72f3fa8e9..ba45803a2216 100644 --- a/trunk/Documentation/watchdog/src/watchdog-simple.c +++ b/trunk/Documentation/watchdog/src/watchdog-simple.c @@ -17,9 +17,6 @@ int main(void) ret = -1; break; } - ret = fsync(fd); - if (ret) - break; sleep(10); } close(fd);