projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
busybox: fix a compile error on mac os x
[openwrt.git]
/
package
/
busybox
/
patches
/
920-portability.patch
1
--- a/scripts/kconfig/mconf.c
2
+++ b/scripts/kconfig/mconf.c
3
@@ -25,6 +25,10 @@
4
#include <unistd.h>
5
#include <locale.h>
6
7
+#ifndef SIGWINCH
8
+#define SIGWINCH 28
9
+#endif
10
+
11
#define LKC_DIRECT_LINK
12
#include "lkc.h"
13
This page took
0.039422 seconds
and
5
git commands to generate.