Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 11:47:02 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11331 for review
Message-ID:  <200205141847.g4EIl2815405@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/param.h>
 #include <sys/kernel.h>
-#include <sys/mac.h>
 #include <sys/socket.h>
 #include <sys/domain.h>
 #include <sys/protosw.h>

==== //depot/projects/trustedbsd/mac/sys/netinet/in_rmx.c#4 (text+ko) ====

@@ -47,7 +47,6 @@
 #include <sys/kernel.h>
 #include <sys/sysctl.h>
 #include <sys/socket.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/syslog.h>
 

==== //depot/projects/trustedbsd/mac/sys/netinet/ip_dummynet.c#4 (text+ko) ====

@@ -60,7 +60,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/malloc.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/queue.h>			/* XXX */
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/netinet/ip_ecn.c#4 (text+ko) ====

@@ -40,7 +40,6 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/errno.h>
 

==== //depot/projects/trustedbsd/mac/sys/netinet/ip_encap.c#5 (text+ko) ====

@@ -65,7 +65,6 @@
 #include <sys/systm.h>
 #include <sys/socket.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/errno.h>
 #include <sys/protosw.h>

==== //depot/projects/trustedbsd/mac/sys/netinet/ip_flow.c#3 (text+ko) ====

@@ -39,7 +39,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/malloc.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/protosw.h>
 #include <sys/socket.h>

==== //depot/projects/trustedbsd/mac/sys/netinet/ip_fw.c#9 (text+ko) ====

@@ -35,7 +35,6 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
-#include <sys/mac.h>
 #include <sys/malloc.h>
 #include <sys/mbuf.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/netinet/tcp_timer.c#4 (text+ko) ====

@@ -41,7 +41,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/sysctl.h>
 #include <sys/socket.h>

==== //depot/projects/trustedbsd/mac/sys/netinet/tcp_usrreq.c#7 (text+ko) ====

@@ -42,7 +42,6 @@
 #include <sys/systm.h>
 #include <sys/kernel.h>
 #include <sys/sysctl.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #ifdef INET6
 #include <sys/domain.h>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205141847.g4EIl2815405>