summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2010-05-05 01:00:39 +0200
committerAndreas Gruenbacher <agruen@suse.de>2010-05-05 01:00:39 +0200
commita78d3c405b8c65caa847d98dff71584b6e20203c (patch)
treef8ddb300e90ce13f932e25f93c8e607176ba526b /src
parentad76f672858d3c566035eee6390382d717775b3b (diff)
downloadpatch-a78d3c405b8c65caa847d98dff71584b6e20203c.tar.gz
Use the gnulib mkdir module
* bootstrap.conf: Use the gnulib mkdir module. * m4/mkdir.m4: Delete.
Diffstat (limited to 'src')
-rw-r--r--src/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common.h b/src/common.h
index 94c319f..3aaebe8 100644
--- a/src/common.h
+++ b/src/common.h
@@ -190,11 +190,6 @@ extern int errno;
#include <fcntl.h>
-#ifdef MKDIR_TAKES_ONE_ARG
-# undef mkdir
-# define mkdir(name, mode) ((mkdir) (name))
-#endif
-
#ifdef HAVE_SETMODE_DOS
XTERN int binary_transput; /* O_BINARY if binary i/o is desired */
#else