aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/130-mconf_missing_sigwinch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/patches/130-mconf_missing_sigwinch.patch')
-rw-r--r--package/utils/busybox/patches/130-mconf_missing_sigwinch.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/busybox/patches/130-mconf_missing_sigwinch.patch b/package/utils/busybox/patches/130-mconf_missing_sigwinch.patch
index 54f878a6c1..b8ca2122b8 100644
--- a/package/utils/busybox/patches/130-mconf_missing_sigwinch.patch
+++ b/package/utils/busybox/patches/130-mconf_missing_sigwinch.patch
@@ -1,8 +1,8 @@
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
-@@ -27,6 +27,10 @@
- #include <unistd.h>
- #include <locale.h>
+@@ -31,6 +31,10 @@
+ #define SIGWINCH 28
+ #endif
+#ifndef SIGWINCH
+#define SIGWINCH 28