projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: register RTL8366RB switch on the TL-WR1043NB board
[openwrt.git]
/
package
/
busybox
/
patches
/
001-init_avoid_loop_opening_tty.patch
diff --git
a/package/busybox/patches/001-init_avoid_loop_opening_tty.patch
b/package/busybox/patches/001-init_avoid_loop_opening_tty.patch
index
8cc9ca2
..
8f0ef1f
100644
(file)
--- a/
package/busybox/patches/001-init_avoid_loop_opening_tty.patch
+++ b/
package/busybox/patches/001-init_avoid_loop_opening_tty.patch
@@
-6,7
+6,7
@@
*/
- if (a->pid == 0)
+ if (a->pid == 0) {
-+ if (a->terminal && access(a->terminal, R_OK | W_OK))
++ if (a->terminal
[0]
&& access(a->terminal, R_OK | W_OK))
+ continue;
a->pid = run(a);
+ }
This page took
0.026507 seconds
and
4
git commands to generate.