From da4d773b129fb1339d7b5fc23b93388b18952d3b Mon Sep 17 00:00:00 2001 From: mlaier Date: Fri, 13 Feb 2004 19:14:16 +0000 Subject: This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing them mostly with packet tags (one case is handled by using an mbuf flag since the linkage between "caller" and "callee" is direct and there's no need to incur the overhead of a packet tag). This is (mostly) work from: sam Silence from: -arch Approved by: bms(mentor), sam, rwatson --- sys/netinet/in_proto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/netinet/in_proto.c') diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index c57f878..6f2e8da 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -57,6 +57,7 @@ #include #include #include +#include #include #ifdef PIM #include -- cgit v1.1