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/whoami.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/whoami.c') diff --git a/coreutils/whoami.c b/coreutils/whoami.c index 5cdec922b..df714f22c 100644 --- a/coreutils/whoami.c +++ b/coreutils/whoami.c @@ -21,5 +21,5 @@ int whoami_main(int argc, char **argv) puts(bb_getpwuid(NULL, geteuid(), -1)); /* exits on error */ - bb_fflush_stdout_and_exit(EXIT_SUCCESS); + fflush_stdout_and_exit(EXIT_SUCCESS); } -- cgit v1.2.3