artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7c7ce5
)
g/c unused (global!) var: oqueues isn't used any more. ALTQ leftover; not
author
henning
<henning@openbsd.org>
Mon, 18 Jul 2016 15:21:33 +0000
(15:21 +0000)
committer
henning
<henning@openbsd.org>
Mon, 18 Jul 2016 15:21:33 +0000
(15:21 +0000)
noticed since struct node_queue stayed. ok claudio benno gcc
sbin/pfctl/parse.y
patch
|
blob
|
history
diff --git
a/sbin/pfctl/parse.y
b/sbin/pfctl/parse.y
index
5386913
..
9c0827c
100644
(file)
--- a/
sbin/pfctl/parse.y
+++ b/
sbin/pfctl/parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: parse.y,v 1.65
3 2016/06/22 10:13:14 kettenis Exp $
*/
+/* $OpenBSD: parse.y,v 1.65
4 2016/07/18 15:21:33 henning Exp $
*/
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@
-181,7
+181,7
@@
struct node_queue {
int scheduler;
struct node_queue *next;
struct node_queue *tail;
-}
*oqueues = NULL
;
+};
struct node_qassign {
char *qname;