summaryrefslogtreecommitdiff
path: root/util/kconfig/patches/0006-util-kconfig-Set-parameter-of-mkdir-to-only-one-for-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'util/kconfig/patches/0006-util-kconfig-Set-parameter-of-mkdir-to-only-one-for-.patch')
-rw-r--r--util/kconfig/patches/0006-util-kconfig-Set-parameter-of-mkdir-to-only-one-for-.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/kconfig/patches/0006-util-kconfig-Set-parameter-of-mkdir-to-only-one-for-.patch b/util/kconfig/patches/0006-util-kconfig-Set-parameter-of-mkdir-to-only-one-for-.patch
index cd61f446a9..5e317a8e15 100644
--- a/util/kconfig/patches/0006-util-kconfig-Set-parameter-of-mkdir-to-only-one-for-.patch
+++ b/util/kconfig/patches/0006-util-kconfig-Set-parameter-of-mkdir-to-only-one-for-.patch
@@ -15,9 +15,9 @@ Index: kconfig/confdata.c
===================================================================
--- kconfig.orig/confdata.c
+++ kconfig/confdata.c
-@@ -155,6 +155,10 @@ static void conf_message(const char *fmt
- static const char *conf_filename;
- static int conf_lineno, conf_warnings;
+@@ -162,6 +162,10 @@ bool conf_errors(void)
+ return false;
+ }
+#ifdef __MINGW32__
+#define mkdir(_n,_p) mkdir((_n))