projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[atheros] preinit: use grep -q where applicable
[openwrt.git]
/
package
/
busybox
/
patches
/
902-telnetd_intr.patch
diff --git
a/package/busybox/patches/902-telnetd_intr.patch
b/package/busybox/patches/902-telnetd_intr.patch
index
3b84fc4
..
92a2d47
100644
(file)
--- a/
package/busybox/patches/902-telnetd_intr.patch
+++ b/
package/busybox/patches/902-telnetd_intr.patch
@@
-1,8
+1,6
@@
-diff --git a/networking/telnetd.c b/networking/telnetd.c
-index 2a0ace5..c281feb 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
-@@ -30
8,6 +308
,7 @@ make_new_session(
+@@ -30
6,6 +306
,7 @@ make_new_session(
/* Restore default signal handling ASAP */
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
/* Restore default signal handling ASAP */
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
This page took
0.020865 seconds
and
4
git commands to generate.