Ignore:
Timestamp:
Oct 7, 2007, 7:09:24 PM (18 years ago)
Author:
bird
Message:

jobs and other stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shinstance.c

    r1201 r1207  
    6666        psh->out2 = &psh->errout;
    6767
     68        /* jobs.c */
     69        psh->backgndpid = -1;
     70#if JOBS
     71        psh->curjob = -1;
     72#endif
     73        psh->ttyfd = -1;
     74
    6875    }
    6976    return psh;
Note: See TracChangeset for help on using the changeset viewer.