From f0ed376eda5d5c25d270e5100a881fb2d801bee6 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 26 Oct 2006 23:21:47 +0000 Subject: remove bb_printf and the like --- coreutils/env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/env.c') diff --git a/coreutils/env.c b/coreutils/env.c index d03318fea..2ce99b0ad 100644 --- a/coreutils/env.c +++ b/coreutils/env.c @@ -90,7 +90,7 @@ int env_main(int argc, char** argv) puts(*ep); } - bb_fflush_stdout_and_exit(0); + fflush_stdout_and_exit(0); } /* -- cgit v1.2.3