diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-11-24 12:13:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-11-24 12:13:07 +0000 |
commit | ac43f6af9b3c40b76a32e810f6b523cbd4344271 (patch) | |
tree | ed5a91607fa939daedb27954f9bd1cec8d9dc7bd /usr.sbin | |
parent | 62efb342ae017837879c93d5b5869f608a7058c7 (diff) |
Fix yacc warning.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ldomctl/parse.y | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ldomctl/parse.y b/usr.sbin/ldomctl/parse.y index bf74fc41168..1cbd25a5476 100644 --- a/usr.sbin/ldomctl/parse.y +++ b/usr.sbin/ldomctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.1 2012/11/24 11:50:45 kettenis Exp $ */ +/* $OpenBSD: parse.y,v 1.2 2012/11/24 12:13:06 kettenis Exp $ */ /* * Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org> @@ -87,6 +87,8 @@ typedef struct { %token <v.number> NUMBER %type <v.number> memory %type <v.opts> vnet_opts vnet_opts_l vnet_opt +%type <v.opts> mac_addr +%type <v.opts> mtu %% grammar : /* empty */ |