mkdir: avoid xalloc
authorEric Blake <ebb9@byu.net>
Tue, 5 Jan 2010 13:09:14 +0000 (06:09 -0700)
committerIan Beckwith <ianb@erislabs.net>
Sun, 10 Jan 2010 00:19:43 +0000 (00:19 +0000)
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 <ebb9@byu.net>
(cherry picked from commit 51983dcb2ce9d20eb1f72d0b877e40fe0de07e87)

ChangeLog
lib/mkdir.c

index 237fa5c..2e24e7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-05  Eric Blake  <ebb9@byu.net>
+
+       mkdir: avoid xalloc
+       * lib/mkdir.c (includes): Drop unused header.
+       Reported by John W. Eaton.
+
 2010-01-04  Jim Meyering  <meyering@redhat.com>
 
        nl_langinfo: avoid configure-time syntax error
index 71437f8..b117b76 100644 (file)
@@ -29,7 +29,6 @@
 #include <string.h>
 
 #include "dirname.h"
-#include "xalloc.h"
 
 /* Disable the definition of mkdir to rpl_mkdir (from the <sys/stat.h>
    substitute) in this file.  Otherwise, we'd get an endless recursion.  */