From ac8a9a1ff04190cb1eb32eff1f6cef0dc7489091 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 26 Nov 2007 16:34:58 +0100 Subject: setuidgid.c: more cleanup * src/setuidgid.c: Include "mgetgroups.h". (main): Don't presume there's a fixed limit on the maximum number of group IDs. Don't use NGROUPS; it's artificially low. Change the name of a local: s/gids_count/n_gids/. Remove non-portable "const": s/const int tmp =.../int tmp =.../ --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 594e01a39..ac0c133c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-11-26 Jim Meyering + + setuidgid.c: more cleanup + * src/setuidgid.c: Include "mgetgroups.h". + (main): Don't presume there's a fixed limit on the maximum number + of group IDs. Don't use NGROUPS; it's artificially low. + Change the name of a local: s/gids_count/n_gids/. + Remove non-portable "const": s/const int tmp =.../int tmp =.../ + 2007-11-25 Jim Meyering Document install's -D option. -- cgit v1.2.3-70-g09d2