1
0

130-mconf_missing_sigwinch.patch 217 B

12345678910111213
  1. --- a/scripts/kconfig/mconf.c
  2. +++ b/scripts/kconfig/mconf.c
  3. @@ -27,6 +27,10 @@
  4. #include <unistd.h>
  5. #include <locale.h>
  6. +#ifndef SIGWINCH
  7. +#define SIGWINCH 28
  8. +#endif
  9. +
  10. #define LKC_DIRECT_LINK
  11. #include "lkc.h"