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) | |||
38 | continue; | 38 | continue; |
39 | } | 39 | } |
40 | /* Some other error (should never happen on Linux) */ | 40 | /* Some other error (should never happen on Linux) */ |
41 | bb_perror_msg_and_die("getgroups"); | 41 | bb_simple_perror_msg_and_die("getgroups"); |
42 | } | 42 | } |
43 | 43 | ||
44 | if (ngroups) | 44 | if (ngroups) |