aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-04-08 20:51:34 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-04-08 21:07:03 +0200
commit866ba63b312fd015e1585ee46943f57187e82868 (patch)
treebe475646a9588c10c14b6b745b79912bd334a9d7 /ChangeLog
parent7b8399f479fb9ebaf816a49246ea5c6354a0769e (diff)
grp: Rewrite to use struct scratch_buffer instead of extend_alloca
grp/compat-initgroups.c is included from nscd/initgrcache.c, which is why the #include directive has to be added there as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bd6303f85..3da105b827 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@
* elf/pldd.c (main): Rewrite to use struct
scratch_buffer instead of extend_alloca.
* elf/pldd-xx.c (find_maps): Likewise.
+ * grp/initgroups.c: Include <scratch_buffer.h> instead of
+ <alloca.h>.
+ * grp/compat-initgroups.c (compat_call): Rewrite to use struct
+ scratch_buffer instead of extend_alloca.
+ * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
+ grp/compat-initgroups.c.
2015-04-08 Joseph Myers <joseph@codesourcery.com>