changeset 12574:275617f39fd2

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 <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Tue, 05 Jan 2010 06:09:14 -0700
parents 35e0410f273a
children 7b84f51e4373
files ChangeLog lib/mkdir.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/lib/mkdir.c
+++ b/lib/mkdir.c
@@ -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.  */