summaryrefslogtreecommitdiff
path: root/usr/src/cmd
diff options
context:
space:
mode:
authorJason King <jason.king@joyent.com>2018-12-20 05:34:12 +0000
committerJason King <jason.king@joyent.com>2020-03-20 06:21:16 +0000
commit0cfca8f32c95345186f446eb25fa58e7c89ef276 (patch)
tree9dd8788c8fb84ba5e2faf48f0cd92769c4c40c56 /usr/src/cmd
parent007f77c7d800323cdf03f3e1650b71b85ae67eb5 (diff)
downloadillumos-joyent-zfs-alias.tar.gz
Rebase + updates & fixeszfs-alias
Diffstat (limited to 'usr/src/cmd')
-rw-r--r--usr/src/cmd/zonecfg/zonecfg_lex.l2
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