summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-02-17 09:42:49 +0000
committerglebius <glebius@FreeBSD.org>2006-02-17 09:42:49 +0000
commitdee2543565ed945664c2b6f44b95ff22e91408c9 (patch)
treeda6c2ebbd12516b87b828ecb81feca9fe37ebec6
parent8c2ee298395f2859ca98993cc93596e762067838 (diff)
downloadFreeBSD-src-dee2543565ed945664c2b6f44b95ff22e91408c9.zip
FreeBSD-src-dee2543565ed945664c2b6f44b95ff22e91408c9.tar.gz
Remove unused now field.
-rw-r--r--sys/netgraph/ng_ipfw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ipfw.h b/sys/netgraph/ng_ipfw.h
index e2ff698..5448a38 100644
--- a/sys/netgraph/ng_ipfw.h
+++ b/sys/netgraph/ng_ipfw.h
@@ -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))
OpenPOWER on IntegriCloud