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

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11329

Change 11329 by rwatson@rwatson_tislabs on 2002/05/14 11:40:47

	Strategic diff reduction: mac.h no longer required to include
	mbuf.h.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/netinet/in.c#6 edit
... //depot/projects/trustedbsd/mac/sys/netinet/in_gif.c#5 edit
... //depot/projects/trustedbsd/mac/sys/netinet/in_pcb.c#11 edit

Differences ...

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

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

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

@@ -38,7 +38,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/kernel.h>

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

@@ -39,7 +39,6 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
-#include <sys/mac.h>
 #include <sys/malloc.h>
 #include <sys/mbuf.h>
 #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?200205141840.g4EIerr14886>