From owner-p4-projects Tue May 14 11:47:16 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9368D37B405; Tue, 14 May 2002 11:47:03 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9483837B403 for ; Tue, 14 May 2002 11:47:02 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EIl2815405 for perforce@freebsd.org; Tue, 14 May 2002 11:47:02 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Tue, 14 May 2002 11:47:02 -0700 (PDT) Message-Id: <200205141847.g4EIl2815405@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 11331 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11331 Change 11331 by rwatson@rwatson_tislabs on 2002/05/14 11:46:19 Strategic diff reduction: mac.h no longer explicitly needed just to include mbuf.h. Affected files ... ... //depot/projects/trustedbsd/mac/sys/netinet/in_proto.c#4 edit ... //depot/projects/trustedbsd/mac/sys/netinet/in_rmx.c#4 edit ... //depot/projects/trustedbsd/mac/sys/netinet/ip_dummynet.c#4 edit ... //depot/projects/trustedbsd/mac/sys/netinet/ip_ecn.c#4 edit ... //depot/projects/trustedbsd/mac/sys/netinet/ip_encap.c#5 edit ... //depot/projects/trustedbsd/mac/sys/netinet/ip_flow.c#3 edit ... //depot/projects/trustedbsd/mac/sys/netinet/ip_fw.c#9 edit ... //depot/projects/trustedbsd/mac/sys/netinet/tcp_timer.c#4 edit ... //depot/projects/trustedbsd/mac/sys/netinet/tcp_usrreq.c#7 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/netinet/in_proto.c#4 (text+ko) ==== @@ -41,7 +41,6 @@ #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/sys/netinet/in_rmx.c#4 (text+ko) ==== @@ -47,7 +47,6 @@ #include #include #include -#include #include #include ==== //depot/projects/trustedbsd/mac/sys/netinet/ip_dummynet.c#4 (text+ko) ==== @@ -60,7 +60,6 @@ #include #include #include -#include #include #include /* XXX */ #include ==== //depot/projects/trustedbsd/mac/sys/netinet/ip_ecn.c#4 (text+ko) ==== @@ -40,7 +40,6 @@ #include #include -#include #include #include ==== //depot/projects/trustedbsd/mac/sys/netinet/ip_encap.c#5 (text+ko) ==== @@ -65,7 +65,6 @@ #include #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/sys/netinet/ip_flow.c#3 (text+ko) ==== @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/sys/netinet/ip_fw.c#9 (text+ko) ==== @@ -35,7 +35,6 @@ #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/sys/netinet/tcp_timer.c#4 (text+ko) ==== @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/sys/netinet/tcp_usrreq.c#7 (text+ko) ==== @@ -42,7 +42,6 @@ #include #include #include -#include #include #ifdef INET6 #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message