diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-09 21:26:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-09 21:26:46 +0000 |
commit | 0f96e3e645995b11ca5b2678eac9fcb04a4e0c9e (patch) | |
tree | af881a646473f648f33d8d5ba0566d84dbc5908b | |
parent | 340039cc0db40b777ec40615ca026b78fa05c7ed (diff) |
PACKET_TAG_NONE is not used. ok henning
-rw-r--r-- | sys/sys/mbuf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index 5361828673b..a8cec5ffbd8 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mbuf.h,v 1.130 2009/08/09 18:45:30 henning Exp $ */ +/* $OpenBSD: mbuf.h,v 1.131 2009/08/09 21:26:45 deraadt Exp $ */ /* $NetBSD: mbuf.h,v 1.19 1996/02/09 18:25:14 christos Exp $ */ /* @@ -447,7 +447,6 @@ struct m_tag *m_tag_first(struct mbuf *); struct m_tag *m_tag_next(struct mbuf *, struct m_tag *); /* Packet tag types */ -#define PACKET_TAG_NONE 0x0000 /* Nadda */ #define PACKET_TAG_IPSEC_IN_DONE 0x0001 /* IPsec applied, in */ #define PACKET_TAG_IPSEC_OUT_DONE 0x0002 /* IPsec applied, out */ #define PACKET_TAG_IPSEC_IN_CRYPTO_DONE 0x0004 /* NIC IPsec crypto done */ |