mkdir: avoid xalloc
authorEric Blake <ebb9@byu.net>
Tue, 5 Jan 2010 13:09:14 +0000 (06:09 -0700)
committerEric Blake <ebb9@byu.net>
Tue, 5 Jan 2010 13:25:59 +0000 (06:25 -0700)
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>
ChangeLog
lib/mkdir.c

index 237fa5c489d9c15d6f1eb8838ec2f73dd57fd49d..2e24e7f2eff31a65d0472fae932c132ef43c5341 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 71437f838035134169142e2eab3eb8a059bde063..b117b76b53339caa268ca6b9181fc8efdc4b842f 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.  */