diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-23 18:01:16 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-23 18:01:16 +0000 |
commit | eb0a66dbc5ebbb2ad361efd866b9066862b9b1c0 (patch) | |
tree | c1e528c244aa22f844a67539614b4874ae7295d5 /sbin | |
parent | e49e49d693b00414350ac23286319d5bfc40ac1e (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.y | 4 |
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 */ |