summaryrefslogtreecommitdiff
path: root/getgroups.c
Commit message (Expand)AuthorAgeFilesLines
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-2/+2
* Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison2005-01-281-2/+2
* Don't use NGROUPS_MAX define.Wayne Davison2004-02-201-7/+13
* Use the new HAVE_GETGROUPS define.Wayne Davison2004-02-041-0/+4
* Use MY_GID() instead of getgid().Wayne Davison2004-02-041-1/+1
* Improved to add the default gid if it is missing from the list.Wayne Davison2004-01-221-5/+13
* Silence a compiler warning on Sun OS systems.Wayne Davison2004-01-041-1/+1
* Changed main() definition to avoid an extra prototype being putWayne Davison2003-09-101-1/+2
* Mark unused vars.Wayne Davison2003-08-221-1/+1
* Define NGROUPS if not already done.Martin Pool2002-03-251-0/+5
* Add our own little tool to call getgroups(2) because it's too hard toMartin Pool2002-03-251-0/+44