Changeset 1207 for trunk/src/kash/shinstance.c
- Timestamp:
- Oct 7, 2007, 7:09:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.c
r1201 r1207 66 66 psh->out2 = &psh->errout; 67 67 68 /* jobs.c */ 69 psh->backgndpid = -1; 70 #if JOBS 71 psh->curjob = -1; 72 #endif 73 psh->ttyfd = -1; 74 68 75 } 69 76 return psh;
Note:
See TracChangeset
for help on using the changeset viewer.