summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2010-01-05 06:09:14 -0700
committerEric Blake <ebb9@byu.net>2010-01-05 06:25:59 -0700
commit51983dcb2ce9d20eb1f72d0b877e40fe0de07e87 (patch)
tree4246b77988c18b6081292857ff8a47e7e3e186e7
parent7a29e0093f4a87478cdf7b7c87786272d6f37dfe (diff)
downloadgnulib-51983dcb2ce9d20eb1f72d0b877e40fe0de07e87.tar.gz
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>
-rw-r--r--ChangeLog6
-rw-r--r--lib/mkdir.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 237fa5c489..2e24e7f2ef 100644
--- 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
diff --git a/lib/mkdir.c b/lib/mkdir.c
index 71437f8380..b117b76b53 100644
--- 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. */