[git commit master 1/1] scripts/echo.c: remove bb-ism

Denys Vlasenko vda.linux at googlemail.com
Mon Jun 14 12:27:26 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=da3a956dda5281c34c9102c90591db223190c2e0
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 scripts/echo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/echo.c b/scripts/echo.c
index 85a8aa9..3c45e33 100644
--- a/scripts/echo.c
+++ b/scripts/echo.c
@@ -187,7 +187,7 @@ int main(int argc, char **argv)
 		putchar('\n');
 	}
  ret:
-	return fflush_all();
+	return fflush(NULL);
 }
 
 /*-
-- 
1.7.1



More information about the busybox-cvs mailing list