From: Denys Vlasenko Date: Mon, 14 Jun 2010 12:27:26 +0000 (+0200) Subject: scripts/echo.c: remove bb-ism X-Git-Tag: 1_17_0~81 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da3a956dda5281c34c9102c90591db223190c2e0;p=oweals%2Fbusybox.git scripts/echo.c: remove bb-ism Signed-off-by: Denys Vlasenko --- diff --git a/scripts/echo.c b/scripts/echo.c index 85a8aa913..3c45e339c 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); } /*-