aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/fgetgrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/fgetgrent.c')
-rw-r--r--libpwdgrp/fgetgrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/fgetgrent.c b/libpwdgrp/fgetgrent.c
index 1492a1a95..da4ca053f 100644
--- a/libpwdgrp/fgetgrent.c
+++ b/libpwdgrp/fgetgrent.c
@@ -31,5 +31,5 @@ struct group *fgetgrent(FILE * file)
return NULL;
}
- return __getgrent(fileno(file));
+ return bb_getgrent(fileno(file));
}