From eb0a66dbc5ebbb2ad361efd866b9066862b9b1c0 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Tue, 23 Jul 2002 18:01:16 +0000 Subject: timeout_list/_spec and limit_list/_spec don't return anything -> no %type. ok theo --- sbin/pfctl/parse.y | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sbin') diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 4146393ebf9..6c740749849 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.132 2002/07/21 21:28:06 deraadt Exp $ */ +/* $OpenBSD: parse.y,v 1.133 2002/07/23 18:01:15 henning Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -242,8 +242,6 @@ typedef struct { %type label string %type keep %type state_opt_spec state_opt_list state_opt_item -%type timeout_spec timeout_list -%type limit_spec limit_list %% ruleset : /* empty */ -- cgit v1.2.3