bug-gnulib
[Top][All Lists]
Advanced

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

should mkdir depend on xalloc?


From: John W. Eaton
Subject: should mkdir depend on xalloc?
Date: Tue, 5 Jan 2010 03:53:43 -0500

Although lib/mkdir.c includes xalloc.h, the mkdir module doesn't
depend on xalloc.  Should it?  If so, how about the following change?

Thanks,

jwe

>From 78ed1c4cd10f5ef982ab09a2f19d31a786bf4cbe Mon Sep 17 00:00:00 2001
From: John W. Eaton <address@hidden>
Date: Tue, 5 Jan 2010 03:50:42 -0500
Subject: [PATCH] mkdir: depend on xalloc module, too

---
 ChangeLog     |    5 +++++
 modules/mkdir |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 237fa5c..f1d297e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-05  John W. Eaton  <address@hidden>
+
+       mkdir: depend on the xalloc module, too
+       * modules/mkdir (Depends-on): Add xalloc.
+
 2010-01-04  Jim Meyering  <address@hidden>
 
        nl_langinfo: avoid configure-time syntax error
diff --git a/modules/mkdir b/modules/mkdir
index 08089d0..90aa3c4 100644
--- a/modules/mkdir
+++ b/modules/mkdir
@@ -8,6 +8,7 @@ m4/mkdir.m4
 Depends-on:
 dirname-lgpl
 sys_stat
+xalloc
 
 configure.ac:
 gl_FUNC_MKDIR
-- 
1.6.5


reply via email to

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