mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unused now field.
This commit is contained in:
parent
b81709d11c
commit
ffbea430b8
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ struct ng_ipfw_tag {
|
|||
int dir;
|
||||
#define NG_IPFW_OUT 0
|
||||
#define NG_IPFW_IN 1
|
||||
int flags; /* flags, for ip_output (IPv6 ?) */
|
||||
};
|
||||
|
||||
#define TAGSIZ (sizeof(struct ng_ipfw_tag) - sizeof(struct m_tag))
|
||||
|
|
|
|||
Loading…
Reference in a new issue