Changeset 27 for trunk/src/kmk/compat.c
- Timestamp:
- Nov 27, 2002, 1:35:20 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/compat.c
r25 r27 62 62 #include <sys/types.h> 63 63 #include <sys/stat.h> 64 #ifdef __IBMC__ 65 #else 64 66 #include <sys/wait.h> 67 #endif 65 68 #include <ctype.h> 66 69 #include <errno.h> … … 86 89 static int CompatMake __P((ClientData, ClientData)); 87 90 88 static char *sh_builtin[] = { 89 "alias", "cd", "eval", "exec", "exit", "read", "set", "ulimit", 91 static char *sh_builtin[] = { 92 "alias", "cd", "eval", "exec", "exit", "read", "set", "ulimit", 90 93 "unalias", "umask", "unset", "wait", ":", 0}; 91 94 … … 343 346 } 344 347 345 /* 348 /* 346 349 * we need to print out the command associated with this Gnode in 347 350 * Targ_PrintCmd from Targ_PrintGraph when debugging at level g2, 348 351 * in main(), Fatal() and DieHorribly(), therefore do not free it 349 * when debugging. 352 * when debugging. 350 353 */ 351 354 if (!DEBUG(GRAPH2)) {
Note:
See TracChangeset
for help on using the changeset viewer.