diff options
Diffstat (limited to 'libbb/bb_getgroups.c')
-rw-r--r-- | libbb/bb_getgroups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/bb_getgroups.c b/libbb/bb_getgroups.c index 59ae53738..5d83c729a 100644 --- a/libbb/bb_getgroups.c +++ b/libbb/bb_getgroups.c @@ -38,7 +38,7 @@ gid_t* FAST_FUNC bb_getgroups(int *ngroups, gid_t *group_array) continue; } /* Some other error (should never happen on Linux) */ - bb_perror_msg_and_die("getgroups"); + bb_simple_perror_msg_and_die("getgroups"); } if (ngroups) |