summaryrefslogtreecommitdiff
path: root/lib/mkdir.c
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 /lib/mkdir.c
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>
Diffstat (limited to 'lib/mkdir.c')
-rw-r--r--lib/mkdir.c1
1 files changed, 0 insertions, 1 deletions
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. */