package/busybox: fix macosx cross compile, closes #7775
[openwrt.git] / package / busybox / patches / 902-telnetd_intr.patch
index 92a2d4725c2b410e732b297a147b80613de3a879..c5c25dc84e9c63c6ef940eecef4f49ed3f8b16e7 100644 (file)
@@ -1,10 +1,10 @@
 --- a/networking/telnetd.c
 +++ b/networking/telnetd.c
-@@ -306,6 +306,7 @@ make_new_session(
+@@ -313,6 +313,7 @@ make_new_session(
  
        /* Restore default signal handling ASAP */
        bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
 +      signal(SIGINT, SIG_DFL);
  
-       /* Make new session and process group */
-       setsid();
+       if (ENABLE_FEATURE_UTMP) {
+               len_and_sockaddr *lsa = get_peer_lsa(sock);