Root/jfbterm/patches/007-sigchld.patch

1--- a/term.c 2010-06-20 22:10:17.197918007 +0400
2+++ b/term.c 2010-06-21 16:16:36.829840350 +0400
3@@ -100,7 +100,7 @@
4 
5 void tterm_final(TTerm* p)
6 {
7- tterm_reset_utmp(p);
8+ //tterm_reset_utmp(p);
9     tvterm_final(&(p->vterm));
10 }
11 
12@@ -172,7 +172,7 @@
13         exit(1);
14     }
15     /* parent */
16- tterm_set_utmp(p);
17+ //tterm_set_utmp(p);
18     signal(SIGCHLD, sigchld);
19     atexit(application_final);
20 
21

Archive Download this file



interactive