artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f67262
)
Remove unused variable from header file.
author
benno
<benno@openbsd.org>
Sun, 2 Jul 2017 14:30:35 +0000
(14:30 +0000)
committer
benno
<benno@openbsd.org>
Sun, 2 Jul 2017 14:30:35 +0000
(14:30 +0000)
from Rob Pierce.
ok stsp@ and me
usr.sbin/ifstated/ifstated.h
patch
|
blob
|
history
diff --git
a/usr.sbin/ifstated/ifstated.h
b/usr.sbin/ifstated/ifstated.h
index
a096f66
..
cd7020c
100644
(file)
--- a/
usr.sbin/ifstated/ifstated.h
+++ b/
usr.sbin/ifstated/ifstated.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: ifstated.h,v 1.1
3 2017/07/02 14:27:30
benno Exp $ */
+/* $OpenBSD: ifstated.h,v 1.1
4 2017/07/02 14:30:35
benno Exp $ */
/*
* Copyright (c) 2004 Ryan McBride
@@
-70,7
+70,6
@@
struct ifsd_action {
struct {
struct ifsd_action_list actions;
struct ifsd_expression *expression;
- u_int8_t ignore_init;
} c;
} act;
u_int32_t type;