rename __getgrent so that it doesn't conflict with some libc's
This commit is contained in:
@@ -50,5 +50,5 @@ struct group *getgrent(void)
|
||||
{
|
||||
if (grp_fd == -1)
|
||||
return NULL;
|
||||
return __getgrent(grp_fd);
|
||||
return bb_getgrent(grp_fd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user