From a50931df8c3fa3f67d9d46214094060d1b3f46c5 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 19 Apr 2011 11:31:25 +0200 Subject: [PATCH] Use mkdir module from gnulib. --- ChangeLog | 4 ++++ bootstrap.conf | 1 + src/ChangeLog | 5 +++++ src/mswindows.h | 4 ---- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a500e9b1..0240f5e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-04-19 Giuseppe Scrivano + + * bootstrap.conf (gnulib_modules): Add `mkdir'. + 2011-04-19 Ray Satiro * configure.ac: Adjust indentation. diff --git a/bootstrap.conf b/bootstrap.conf index 4486e023..76de9805 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -44,6 +44,7 @@ iconv-h listen maintainer-makefile mbtowc +mkdir crypto/md5 pipe quote diff --git a/src/ChangeLog b/src/ChangeLog index 53db6608..19d5f4bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-04-19 Giuseppe Scrivano + + * mswindows.h: Do not include . Remove macro definition for + mkdir. + 2011-04-18 Giuseppe Scrivano * utils.c: Include . Do not include . diff --git a/src/mswindows.h b/src/mswindows.h index b0421892..82ff5e18 100644 --- a/src/mswindows.h +++ b/src/mswindows.h @@ -108,10 +108,6 @@ typedef __int64 wgint; #define PATH_SEPARATOR '\\' -/* Win32 doesn't support the MODE argument to mkdir. */ -#include -#define mkdir(a, b) (mkdir) (a) - /* Additional declarations needed for IPv6: */ #ifdef ENABLE_IPV6 const char *inet_ntop (int, const void *, char *, socklen_t); -- 2.39.2