Remove unused now field.

This commit is contained in:
glebius 2006-02-17 09:42:49 +00:00
parent 8c2ee29839
commit dee2543565

View File

@ -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))