diff options
Diffstat (limited to 'coreutils/whoami.c')
-rw-r--r-- | coreutils/whoami.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/whoami.c b/coreutils/whoami.c index 6a6e2eec9..16d28083c 100644 --- a/coreutils/whoami.c +++ b/coreutils/whoami.c | |||
@@ -32,7 +32,7 @@ extern int whoami_main(int argc, char **argv) | |||
32 | if (argc > 1) | 32 | if (argc > 1) |
33 | bb_show_usage(); | 33 | bb_show_usage(); |
34 | 34 | ||
35 | puts(my_getpwuid(NULL, geteuid(), -1)); | 35 | puts(bb_getpwuid(NULL, geteuid(), -1)); |
36 | /* exits on error */ | 36 | /* exits on error */ |
37 | bb_fflush_stdout_and_exit(EXIT_SUCCESS); | 37 | bb_fflush_stdout_and_exit(EXIT_SUCCESS); |
38 | } | 38 | } |