diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c index 4ea4e6763..90bd16885 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #define CONFIG_LASH_PIPE_N_REDIRECTS | 30 | #define CONFIG_LASH_PIPE_N_REDIRECTS |
31 | #define CONFIG_LASH_JOB_CONTROL | 31 | #define CONFIG_LASH_JOB_CONTROL |
32 | 32 | ||
33 | static const int MAX_READ = 128; /* size of input buffer for `read' builtin */ | 33 | enum { MAX_READ = 128 }; /* size of input buffer for 'read' builtin */ |
34 | #define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n" | 34 | #define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n" |
35 | 35 | ||
36 | 36 | ||