diff options
Diffstat (limited to 'coreutils/logname.c')
-rw-r--r-- | coreutils/logname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/logname.c b/coreutils/logname.c index 31ce61f0c..06bbe1b0e 100644 --- a/coreutils/logname.c +++ b/coreutils/logname.c | |||
@@ -56,5 +56,5 @@ int logname_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) | |||
56 | return fflush_all(); | 56 | return fflush_all(); |
57 | } | 57 | } |
58 | 58 | ||
59 | bb_perror_msg_and_die("getlogin"); | 59 | bb_simple_perror_msg_and_die("getlogin"); |
60 | } | 60 | } |