From: Eric Blake Date: Tue, 5 Jan 2010 13:09:14 +0000 (-0700) Subject: mkdir: avoid xalloc X-Git-Tag: stable/20100109~45 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=fab630eed5bde7c4d218b64dc9b02c5ea5d83d80;p=gnulib.git 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 (cherry picked from commit 51983dcb2ce9d20eb1f72d0b877e40fe0de07e87) --- diff --git a/ChangeLog b/ChangeLog index 237fa5c48..2e24e7f2e 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 71437f838..b117b76b5 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. */