Ignore:
Timestamp:
Oct 9, 2007, 12:29:04 AM (18 years ago)
Author:
bird
Message:

stubs, made echo work.

File:
1 edited

Legend:

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

    r1225 r1229  
    200200    int                 njobs;          /**< size of array */
    201201    int                 jobs_invalid;   /**< set in child */
    202 #if JOBS
    203202    int                 initialpgrp;    /**< pgrp of shell on invocation */
    204203    int                 curjob/* = -1*/;/**< current job */
    205 #endif
    206204    int                 ttyfd/* = -1*/;
    207205    int                 jobctl;         /**< job control enabled / disabled */
    208206    char               *cmdnextc;
    209207    int                 cmdnleft;
     208
    210209
    211210    /* mail.c */
     
    290289    /* var.h */
    291290    struct localvar    *localvars;
    292 #if ATTY
    293291    struct var          vatty;
    294 #endif
    295292    struct var          vifs;
    296293    struct var          vmail;
Note: See TracChangeset for help on using the changeset viewer.