diff options
| author | Jason King <jason.king@joyent.com> | 2018-12-20 05:34:12 +0000 |
|---|---|---|
| committer | Jason King <jason.king@joyent.com> | 2020-03-20 06:21:16 +0000 |
| commit | 0cfca8f32c95345186f446eb25fa58e7c89ef276 (patch) | |
| tree | 9dd8788c8fb84ba5e2faf48f0cd92769c4c40c56 /usr/src/cmd | |
| parent | 007f77c7d800323cdf03f3e1650b71b85ae67eb5 (diff) | |
| download | illumos-joyent-zfs-alias.tar.gz | |
Rebase + updates & fixeszfs-alias
Diffstat (limited to 'usr/src/cmd')
| -rw-r--r-- | usr/src/cmd/zonecfg/zonecfg_lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/zonecfg/zonecfg_lex.l b/usr/src/cmd/zonecfg/zonecfg_lex.l index db6da387e5..ef7045b902 100644 --- a/usr/src/cmd/zonecfg/zonecfg_lex.l +++ b/usr/src/cmd/zonecfg/zonecfg_lex.l @@ -58,7 +58,7 @@ extern void yyerror(char *s); static char *create_token(char *s); %} -%a 8000 +%a 9000 %p 5500 %e 2000 %n 1000 |
