Changeset 27 for trunk/src/kmk/compat.c


Ignore:
Timestamp:
Nov 27, 2002, 1:35:20 AM (23 years ago)
Author:
bird
Message:

OS2 / VAC308

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/compat.c

    r25 r27  
    6262#include    <sys/types.h>
    6363#include    <sys/stat.h>
     64#ifdef __IBMC__
     65#else
    6466#include    <sys/wait.h>
     67#endif
    6568#include    <ctype.h>
    6669#include    <errno.h>
     
    8689static int CompatMake __P((ClientData, ClientData));
    8790
    88 static char *sh_builtin[] = { 
    89         "alias", "cd", "eval", "exec", "exit", "read", "set", "ulimit", 
     91static char *sh_builtin[] = {
     92        "alias", "cd", "eval", "exec", "exit", "read", "set", "ulimit",
    9093        "unalias", "umask", "unset", "wait", ":", 0};
    9194
     
    343346    }
    344347
    345     /* 
     348    /*
    346349     * we need to print out the command associated with this Gnode in
    347350     * Targ_PrintCmd from Targ_PrintGraph when debugging at level g2,
    348351     * in main(), Fatal() and DieHorribly(), therefore do not free it
    349      * when debugging. 
     352     * when debugging.
    350353     */
    351354    if (!DEBUG(GRAPH2)) {
Note: See TracChangeset for help on using the changeset viewer.