From e961ca10cf2ca621a763de89e9284dfcc9b56e7c Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 11 Apr 2024 18:07:55 +0000 Subject: [PATCH] Remove repeated type declaration that makes bison unhappy Fixes: https://github.com/openbgpd-portable/openbgpd-portable/issues/77 ok claudio --- usr.sbin/bgpd/parse.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index 9c2a7c9d5e6..3fc7b923b15 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.460 2024/04/09 12:40:01 claudio Exp $ */ +/* $OpenBSD: parse.y,v 1.461 2024/04/11 18:07:55 tb Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer @@ -272,7 +272,7 @@ typedef struct { %token NUMBER %type asnumber as4number as4number_any optnumber %type espah af safi restart origincode nettype -%type yesno inout restricted expires enforce +%type yesno inout restricted expires %type yesnoenforce enforce %type validity aspa_validity %type addpathextra addpathmax -- 2.20.1