aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/pwent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/pwent.c')
-rw-r--r--libpwdgrp/pwent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/pwent.c b/libpwdgrp/pwent.c
index 4a80093e8..f7f8581f3 100644
--- a/libpwdgrp/pwent.c
+++ b/libpwdgrp/pwent.c
@@ -40,7 +40,7 @@ void setpwent(void)
40 if (pw_fd != -1) 40 if (pw_fd != -1)
41 close(pw_fd); 41 close(pw_fd);
42 42
43 pw_fd = open("/etc/passwd", O_RDONLY); 43 pw_fd = open(bb_path_passwd_file, O_RDONLY);
44} 44}
45 45
46void endpwent(void) 46void endpwent(void)