OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 --- a/scripts/kconfig/mconf.c 1 --- a/scripts/kconfig/mconf.c
2 +++ b/scripts/kconfig/mconf.c 2 +++ b/scripts/kconfig/mconf.c
3 @@ -31,6 +31,10 @@ 3 @@ -27,6 +27,10 @@
4 #define SIGWINCH 28 4 #include <unistd.h>
5 #endif 5 #include <locale.h>
Line 6... Line 6...
6 6
7 +#ifndef SIGWINCH 7 +#ifndef SIGWINCH
8 +#define SIGWINCH 28 8 +#define SIGWINCH 28
9 +#endif 9 +#endif