The prototype I gave for initgroups() which was documented in the AIX 4.1 info
authorDan Harkless <dan@harkless.org>
Tue, 25 Jan 2000 07:45:10 +0000 (07:45 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 25 Jan 2000 07:45:10 +0000 (07:45 +0000)
commited7b16e77ac3662db77d362d15e84b69e5cd3fe6
tree76f150b96888da54001e9c9e2455fcdefc92be04
parent8fa6d765350de7b4a8d7c0c59013969261640fa0
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 <unistd.h>, which is where initgroups()
lives on HP-UX 10.20.
uip/slocal.c