busybox: remove useless busybox patches
[openwrt/staging/hauke.git] / package / utils / busybox / patches / 240-telnetd_intr.patch
diff --git a/package/utils/busybox/patches/240-telnetd_intr.patch b/package/utils/busybox/patches/240-telnetd_intr.patch
deleted file mode 100644 (file)
index 773ba44..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/networking/telnetd.c
-+++ b/networking/telnetd.c
-@@ -509,6 +509,7 @@ make_new_session(
-       /* Restore default signal handling ASAP */
-       bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
-+      signal(SIGINT, SIG_DFL);
-       pid = getpid();