Jim Meyering <jim <at> meyering.net> writes: > >> Subject: [PATCH 3/3] maint: remove useless inclusions of "alloca.h" > >> > >> * lib/getloadavg.c: Remove useless inclusion of "alloca.h". > >> * lib/readtokens.c: Likewise. > >> * lib/same.c: Likewise. > >> * modules/getloadavg (Depends-on): Remove alloca. > > > > s/alloca/xalloc/g. > > Fixed. Thanks.
Not quite. The subject line, and the lib/getloadavg.c line, still called out alloca.h. I guess I could have been more clear with my complaint. From: Eric Blake <e...@byu.net> Date: Tue, 5 Jan 2010 08:30:49 -0700 Subject: [PATCH] ChangeLog: fix typos in previous commit --- ChangeLog | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca16e48..2857d3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2010-01-05 Jim Meyering <meyer...@redhat.com> - maint: remove useless inclusions of "alloca.h" - * lib/getloadavg.c: Remove useless inclusion of "alloca.h". + maint: remove useless inclusions of "xalloc.h" + * lib/getloadavg.c: Remove useless inclusion of "xalloc.h". * lib/readtokens.c: Likewise. * lib/same.c: Likewise. * modules/getloadavg (Depends-on): Remove alloca. -- 1.6.4.2