commit | f0ed376eda5d5c25d270e5100a881fb2d801bee6 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Oct 26 23:21:47 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Oct 26 23:21:47 2006 +0000 |
tree | 79166b700c497fbe798b6031e5bbff97e0933573 | |
parent | 670a6626cabc1498f32b35f959591f8621d8447e [diff] [blame] |
remove bb_printf and the like
diff --git a/coreutils/dirname.c b/coreutils/dirname.c index 3471a2631..e986a97 100644 --- a/coreutils/dirname.c +++ b/coreutils/dirname.c
@@ -22,5 +22,5 @@ puts(dirname(argv[1])); - bb_fflush_stdout_and_exit(EXIT_SUCCESS); + fflush_stdout_and_exit(EXIT_SUCCESS); }