diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2010-05-05 01:00:39 +0200 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2010-05-05 01:00:39 +0200 |
commit | a78d3c405b8c65caa847d98dff71584b6e20203c (patch) | |
tree | f8ddb300e90ce13f932e25f93c8e607176ba526b /src | |
parent | ad76f672858d3c566035eee6390382d717775b3b (diff) | |
download | patch-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.h | 5 |
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 |