From 51983dcb2ce9d20eb1f72d0b877e40fe0de07e87 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 5 Jan 2010 06:09:14 -0700 Subject: [PATCH] mkdir: avoid xalloc Leftovers from when the mkdir replacement was converted to be LGPL. * lib/mkdir.c (includes): Drop unused header. Reported by John W. Eaton. Signed-off-by: Eric Blake --- ChangeLog | 6 ++++++ lib/mkdir.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 237fa5c489..2e24e7f2ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-01-05 Eric Blake + + mkdir: avoid xalloc + * lib/mkdir.c (includes): Drop unused header. + Reported by John W. Eaton. + 2010-01-04 Jim Meyering nl_langinfo: avoid configure-time syntax error diff --git a/lib/mkdir.c b/lib/mkdir.c index 71437f8380..b117b76b53 100644 --- a/lib/mkdir.c +++ b/lib/mkdir.c @@ -29,7 +29,6 @@ #include #include "dirname.h" -#include "xalloc.h" /* Disable the definition of mkdir to rpl_mkdir (from the substitute) in this file. Otherwise, we'd get an endless recursion. */ -- 2.30.2