1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Use mkdir module from gnulib.

This commit is contained in:
Giuseppe Scrivano 2011-04-19 11:31:25 +02:00
parent df0f9c0ce7
commit a50931df8c
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2011-04-19 Giuseppe Scrivano <gscrivano@gnu.org>
* bootstrap.conf (gnulib_modules): Add `mkdir'.
2011-04-19 Ray Satiro <raysatiro@yahoo.com>
* configure.ac: Adjust indentation.

View File

@ -44,6 +44,7 @@ iconv-h
listen
maintainer-makefile
mbtowc
mkdir
crypto/md5
pipe
quote

View File

@ -1,3 +1,8 @@
2011-04-19 Giuseppe Scrivano <gscrivano@gnu.org>
* mswindows.h: Do not include <direct.h>. Remove macro definition for
mkdir.
2011-04-18 Giuseppe Scrivano <gscrivano@gnu.org>
* utils.c: Include <sys/time.h>. Do not include <sys/utime.h>.

View File

@ -108,10 +108,6 @@ typedef __int64 wgint;
#define PATH_SEPARATOR '\\'
/* Win32 doesn't support the MODE argument to mkdir. */
#include <direct.h>
#define mkdir(a, b) (mkdir) (a)
/* Additional declarations needed for IPv6: */
#ifdef ENABLE_IPV6
const char *inet_ntop (int, const void *, char *, socklen_t);