Hello,
I have commited the patch.
Thank you!

> libutil/path.c:217
> 
> mkdir function does not use permissions on win32/mingw
> Here's the simple ifdef
> 
> #if (defined(_WIN32) && !defined(__CYGWIN__)) || defined(__DJGPP__)
>                       if (mkdir(p) < 0) {
> #else
>                       if (mkdir(p, 0775) < 0) {
> #endif /* WIN32 */
> 
> Compiles on gcc version 3.4.2 (mingw-special)
--
Shigio YAMAGUCHI <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3


_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to