summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-07-23 18:01:16 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-07-23 18:01:16 +0000
commiteb0a66dbc5ebbb2ad361efd866b9066862b9b1c0 (patch)
treec1e528c244aa22f844a67539614b4874ae7295d5 /sbin
parente49e49d693b00414350ac23286319d5bfc40ac1e (diff)
timeout_list/_spec and limit_list/_spec don't return anything -> no %type.
ok theo
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/parse.y4
1 files changed, 1 insertions, 3 deletions
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 <v.string> label string
%type <v.keep_state> keep
%type <v.state_opt> state_opt_spec state_opt_list state_opt_item
-%type <v.timeout_spec> timeout_spec timeout_list
-%type <v.limit_spec> limit_spec limit_list
%%
ruleset : /* empty */