From dee2543565ed945664c2b6f44b95ff22e91408c9 Mon Sep 17 00:00:00 2001 From: glebius Date: Fri, 17 Feb 2006 09:42:49 +0000 Subject: [PATCH] Remove unused now field. --- sys/netgraph/ng_ipfw.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/netgraph/ng_ipfw.h b/sys/netgraph/ng_ipfw.h index e2ff69821402..5448a38d8408 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))