From fabd08e8543c01b41f277eb2eb9f731c7b424c36 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 1 Nov 2003 04:40:10 +0000 Subject: Fix things (properly) to open /etc/passd and /etc/group if they have not yet been opened. My last try was completely and embarrasingly broken. -Erik --- libc/pwd_grp/__getgrent_r.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/pwd_grp/__getgrent_r.c') diff --git a/libc/pwd_grp/__getgrent_r.c b/libc/pwd_grp/__getgrent_r.c index d5b2e99f1..69559bdb1 100644 --- a/libc/pwd_grp/__getgrent_r.c +++ b/libc/pwd_grp/__getgrent_r.c @@ -44,9 +44,6 @@ int __getgrent_r (struct group *__restrict group, return ERANGE; } - if (grp_fd==-1) - setgrent(); - /* We use the restart label to handle malformatted lines */ restart: /* Read the group line into the buffer for processing */ -- cgit v1.2.3