From: Dan Harkless Date: Tue, 25 Jan 2000 07:45:10 +0000 (+0000) Subject: The prototype I gave for initgroups() which was documented in the AIX 4.1 info X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/ed7b16e77ac3662db77d362d15e84b69e5cd3fe6?ds=sidebyside;hp=ed7b16e77ac3662db77d362d15e84b69e5cd3fe6 The prototype I gave for initgroups() which was documented in the AIX 4.1 info page conflicted with the real one that comes from grp.h on Solaris 2.6. Adjusted it so the local prototype is correct on both (hopefully all) platforms. Also added an include of , which is where initgroups() lives on HP-UX 10.20. ---