summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-26 16:34:58 +0100
committerJim Meyering <meyering@redhat.com>2007-11-26 18:16:13 +0100
commitac8a9a1ff04190cb1eb32eff1f6cef0dc7489091 (patch)
tree3905038e9be4e415225ed753294bcbb41fb1ffe5 /ChangeLog
parent9d0a3153692db17a514bb083e529e4d79f892123 (diff)
downloadcoreutils-ac8a9a1ff04190cb1eb32eff1f6cef0dc7489091.tar.xz
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 =.../
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 594e01a39..ac0c133c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-11-26 Jim Meyering <meyering@redhat.com>
+
+ 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 <meyering@redhat.com>
Document install's -D option.