1
1
Files
zyxel-vmg8825_b50b-cfw/package/busybox/patches-1.25.1/130-mconf_missing_sigwinch.patch
T
2026-04-17 18:33:03 +02:00

14 lines
217 B
Diff
Executable File

--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -27,6 +27,10 @@
#include <unistd.h>
#include <locale.h>
+#ifndef SIGWINCH
+#define SIGWINCH 28
+#endif
+
#define LKC_DIRECT_LINK
#include "lkc.h"