summaryrefslogtreecommitdiff
path: root/lib/libc/gen/initgroups.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix SCM ID's.David E. O'Brien2002-02-011-3/+2
| | | | Notes: svn path=/head/; revision=90039
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalMark Murray2002-01-221-6/+4
| | | | | | | | | with uid_t usage and (user)->pw_uid. PR: 3242 Notes: svn path=/head/; revision=89663
* Do not write warning messages on stderr - a caller is expected to checkAnton Berezin2001-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 Notes: svn path=/head/; revision=87054
* Fixed namespace pollution related to `warn' in libc (but not in otherBruce Evans2001-08-291-1/+8
| | | | | | | | | libraries or for other members of the err() family). This fixes world breakage in bc and rcs/* for NOSHARED worlds. Notes: svn path=/head/; revision=82496
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+1
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp1995-10-221-0/+1
| | | | Notes: svn path=/head/; revision=11659
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+58
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573