busybox: update to 1.22.1
[openwrt.git] / package / utils / busybox / patches / 902-telnetd_intr.patch
diff --git a/package/utils/busybox/patches/902-telnetd_intr.patch b/package/utils/busybox/patches/902-telnetd_intr.patch
deleted file mode 100644 (file)
index 862ece0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/networking/telnetd.c
-+++ b/networking/telnetd.c
-@@ -330,6 +330,7 @@ make_new_session(
-       /* Restore default signal handling ASAP */
-       bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
-+      signal(SIGINT, SIG_DFL);
-       pid = getpid();