diff options
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ | |||
52 | #define MAX_LINE 256 /* size of input buffer for `read' builtin */ | 52 | #define MAX_LINE 256 /* size of input buffer for `read' builtin */ |
53 | #define MAX_READ 128 /* size of input buffer for `read' builtin */ | 53 | #define MAX_READ 128 /* size of input buffer for `read' builtin */ |
54 | #define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n" | 54 | #define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n" |
55 | extern size_t NUM_APPLETS; | ||
55 | 56 | ||
56 | 57 | ||
57 | enum redirectionType { REDIRECT_INPUT, REDIRECT_OVERWRITE, | 58 | enum redirectionType { REDIRECT_INPUT, REDIRECT_OVERWRITE, |