This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 09/25] grp: Rewrite to use struct scratch_buffer instead of extend_alloca
- From: OndÅej BÃlka <neleai at seznam dot cz>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Fri, 3 Apr 2015 18:33:54 +0200
- Subject: Re: [PATCH 09/25] grp: Rewrite to use struct scratch_buffer instead of extend_alloca
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1425285061 dot git dot fweimer at redhat dot com> <d8020928bdb9deae3f1bc661744ffb90d1a0e40e dot 1425285061 dot git dot fweimer at redhat dot com>
On Sun, Mar 01, 2015 at 04:08:58PM +0100, Florian Weimer wrote:
> grp/compat-initgroups.c is included from nscd/initgrcache.c, which is
> why the #include directive has to be added there as well.
> ---
> grp/compat-initgroups.c | 26 ++++++++------------------
> grp/initgroups.c | 2 +-
> nscd/initgrcache.c | 1 +
> 3 files changed, 10 insertions(+), 19 deletions(-)
>
ok