diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2016-07-18 19:11:19 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2016-07-18 19:11:19 +0000 |
commit | 2b8bdfa8472fc8f72e3dc32e3aa059a742e86e80 (patch) | |
tree | 57bead39142c61692e1932c207d90b2b607a3dfa /sbin | |
parent | bc592de972cfc5e39e2e54b9d797c32f467b6f5b (diff) |
no more cbq_opts - CBQ is gone, ok mpi phessler benno
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl_parser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_parser.h b/sbin/pfctl/pfctl_parser.h index ec8af3c5923..89d9fc4d2d4 100644 --- a/sbin/pfctl/pfctl_parser.h +++ b/sbin/pfctl/pfctl_parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.h,v 1.104 2014/10/27 21:51:32 mikeb Exp $ */ +/* $OpenBSD: pfctl_parser.h,v 1.105 2016/07/18 19:11:18 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -155,7 +155,6 @@ struct node_hfsc_opts { struct node_queue_opt { int qtype; union { - struct cbq_opts cbq_opts; struct priq_opts priq_opts; struct node_hfsc_opts hfsc_opts; } data; |