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/pwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/pwd.c') diff --git a/coreutils/pwd.c b/coreutils/pwd.c index b2d7c0e..bd36d62 100644 --- a/coreutils/pwd.c +++ b/coreutils/pwd.c @@ -17,7 +17,7 @@ int pwd_main(int argc, char **argv) if ((buf = xgetcwd(NULL)) != NULL) { puts(buf); - bb_fflush_stdout_and_exit(EXIT_SUCCESS); + fflush_stdout_and_exit(EXIT_SUCCESS); } return EXIT_FAILURE; -- cgit v1.1