rename __getgrent so that it doesn't conflict with some libc's
This commit is contained in:
@@ -31,5 +31,5 @@ struct group *fgetgrent(FILE * file)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return __getgrent(fileno(file));
|
||||
return bb_getgrent(fileno(file));
|
||||
}
|
||||
|
Reference in New Issue
Block a user