summaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/parse.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index d74e51bcc04..91984400fba 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.361 2003/04/13 21:51:10 henning Exp $ */
+/* $OpenBSD: parse.y,v 1.362 2003/04/13 22:45:28 dhartmei Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -1040,6 +1040,7 @@ hfscopts_list : hfscopts_item {
}
| hfscopts_list comma hfscopts_item {
$$.flags |= $3.flags;
+ }
;
hfscopts_item : STRING {