1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-20 11:53:52 +02:00
Files
coreutils/gl
Pádraig Brady 46d6df933e simplify mgetgroups() and avoid -Wsign-compare warnings
* gl/lib/mgetgroups.c: Avoid -Wsign-compare warning by using unsigned
types for the parameters of the new function realloc_groupbuf().
mgetgroups() was refactored to use this function rather than
explicitly allocating and copying from automatic storage itself.
* src/group-list.c: Use int rather than size_t as variable is
used in signed comparisons.
* src/id.c: ditto.
2009-01-16 11:06:09 +00:00
..
2009-01-01 02:15:07 +01:00
2008-12-01 17:41:08 +01:00
2008-12-01 17:41:08 +01:00