bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: should mkdir depend on xalloc?


From: Eric Blake
Subject: Re: should mkdir depend on xalloc?
Date: Tue, 5 Jan 2010 15:31:26 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 <address@hidden>
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  <address@hidden>

-       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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]