aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/grent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/grent.c')
-rw-r--r--libpwdgrp/grent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/grent.c b/libpwdgrp/grent.c
index df9195599..609ed1a46 100644
--- a/libpwdgrp/grent.c
+++ b/libpwdgrp/grent.c
@@ -36,7 +36,7 @@ void setgrent(void)
36{ 36{
37 if (grp_fd != -1) 37 if (grp_fd != -1)
38 close(grp_fd); 38 close(grp_fd);
39 grp_fd = open("/etc/group", O_RDONLY); 39 grp_fd = open(bb_path_group_file, O_RDONLY);
40} 40}
41 41
42void endgrent(void) 42void endgrent(void)