summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getgrouplist.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-1/+1
| | | | | | | Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5
* Fix a syntax error which causes an annoying warning.wollman2002-09-081-0/+1
|
* Fix the style of the SCM ID's.obrien2002-03-221-3/+0
| | | | I believe have made all of libc .c's as consistent as possible.
* Fixed syntax error in previous commit. It was non-fatal because it wasbde2002-02-011-3/+5
| | | | | | | in conditional code that happens not to be compiled, and because gcc doesn't complain garbage after #endif by default. Fixed some style bugs in previous commit, 1.8 and 1.1.
* Fix SCM ID's.obrien2002-02-011-4/+3
|
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalmarkm2002-01-221-5/+8
| | | | | | with uid_t usage and (user)->pw_uid. PR: 3242
* Fixed merging error. Lite2 fixed premature failure and didn'tbde1997-03-121-2/+4
| | | | | | | | touch duplicate group suppression, but the merge blew away our duplicate group suppression. The merge also blew away the -Wall cleanup in rev.1.5, but that was misformatted, so I didn't restore it.
* Merge from Lite2:peter1997-03-111-10/+8
| | | | | filesystem include updates, duplicate group suppression, cleanups, filesystem whiteout support (unionfs), bidir popen().
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-221-1/+0
|
* Bruce pointed out, that a misleading warning would be issuedse1995-02-171-1/+1
| | | | | | | in an (unlikely) border case (maxgroups==1 and the user is on an /etc/group line for the same group and that group only ...). Now this case is dealt with as before ...
* Protect against duplicate gids in group list (as could be these1995-02-171-2/+5
| | | | result of being a member of some group in both /etc/group and YP).
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+89
OpenPOWER on IntegriCloud