Changeset 1207 for trunk/src/kash/trap.c
- Timestamp:
- Oct 7, 2007, 7:09:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/kash/trap.c ¶
r1203 r1207 261 261 else 262 262 action = S_IGN; 263 if ( rootshell && !vforked && action == S_DFL) {263 if (psh->rootshell && !vforked && action == S_DFL) { 264 264 switch (signo) { 265 265 case SIGINT: … … 447 447 char *p; 448 448 449 TRACE((psh, "pid %d, exitshell(%d)\n", getpid(), status));449 TRACE((psh, "pid %d, exitshell(%d)\n", sh_getpid(psh), status)); 450 450 if (setjmp(loc1.loc)) { 451 451 goto l1;
Note:
See TracChangeset
for help on using the changeset viewer.