summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/initgroups.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix SCM ID's.obrien2002-02-011-3/+2
|
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalmarkm2002-01-221-6/+4
| | | | | | with uid_t usage and (user)->pw_uid. PR: 3242
* Do not write warning messages on stderr - a caller is expected to checktobez2001-11-281-8/+2
| | | | | | | | | | | | | the return code and errno instead. Those warnings did not do any good for daemonized users of initgroups(3), and confused cvs clients that communicated with non-root cvs pserver. The committed fix differs from the one suggested in the PR, and was submitted by ru. PR: 15421 Approved by: markm Discussed on: -stable, -current at various times
* Fixed namespace pollution related to `warn' in libc (but not in otherbde2001-08-291-1/+8
| | | | | | libraries or for other members of the err() family). This fixes world breakage in bc and rcs/* for NOSHARED worlds.
* General -Wall warning cleanup, part I.jkh1996-07-121-0/+1
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-221-0/+1
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+58
OpenPOWER on IntegriCloud