summaryrefslogtreecommitdiff
path: root/getgroups.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-20Don't use NGROUPS_MAX define.Wayne Davison1-7/+13
2004-02-04Use the new HAVE_GETGROUPS define.Wayne Davison1-0/+4
2004-02-04Use MY_GID() instead of getgid().Wayne Davison1-1/+1
2004-01-22Improved to add the default gid if it is missing from the list.Wayne Davison1-5/+13
2004-01-04Silence a compiler warning on Sun OS systems.Wayne Davison1-1/+1
2003-09-10Changed main() definition to avoid an extra prototype being putWayne Davison1-1/+2
2003-08-22Mark unused vars.Wayne Davison1-1/+1
2002-03-25Define NGROUPS if not already done.Martin Pool1-0/+5
2002-03-25Add our own little tool to call getgroups(2) because it's too hard toMartin Pool1-0/+44