# HG changeset patch # User Eric Blake # Date 1262696954 25200 # Node ID 275617f39fd22e8b1a352f43df24fb5bca3ae114 # Parent 35e0410f273a755aad8834cacafbe3622883f3df 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 diff --git a/ChangeLog b/ChangeLog --- 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 --- 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. */