From d9495709e417b38dcfc8314db6b97425a3545f95 Mon Sep 17 00:00:00 2001 From: wpaul Date: Sat, 25 Mar 1995 00:30:35 +0000 Subject: Add calls to endgrent() and endnetgrent() to the end of _createcaches(). --- lib/libc/gen/getpwent.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index 7f5d1b2..c7a4539 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -442,6 +442,8 @@ _createcaches() } } } + endgrent(); + endnetgrent(); } /* -- cgit v1.1