Add calls to endgrent() and endnetgrent() to the end of _createcaches().

This commit is contained in:
Bill Paul 1995-03-25 00:30:35 +00:00
parent f551164802
commit f05daed916
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7340

View File

@ -442,6 +442,8 @@ _createcaches()
}
}
}
endgrent();
endnetgrent();
}
/*