diff options
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 59905aa7b..a1b211ae0 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
| @@ -11274,7 +11274,7 @@ readtoken1(int c, int syntax, char *eofmark, int striptabs) | |||
| 11274 | /* NB: syntax parameter fits into smallint */ | 11274 | /* NB: syntax parameter fits into smallint */ |
| 11275 | /* c parameter is an unsigned char or PEOF or PEOA */ | 11275 | /* c parameter is an unsigned char or PEOF or PEOA */ |
| 11276 | char *out; | 11276 | char *out; |
| 11277 | int len; | 11277 | size_t len; |
| 11278 | char line[EOFMARKLEN + 1]; | 11278 | char line[EOFMARKLEN + 1]; |
| 11279 | struct nodelist *bqlist; | 11279 | struct nodelist *bqlist; |
| 11280 | smallint quotef; | 11280 | smallint quotef; |
