Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2002 20:29:49 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10078 for review
Message-ID:  <200204210329.g3L3Tn134300@freefall.freebsd.org>

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

Change 10078 by rwatson@rwatson_tislabs on 2002/04/20 20:28:50

	mac.h include is no longer explicitly required for mbuf.h include.
	Diff reduction against -CURRENT.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/i386/isa/if_cx.c#4 edit
... //depot/projects/trustedbsd/mac/sys/i386/isa/if_el.c#4 edit
... //depot/projects/trustedbsd/mac/sys/i386/isa/if_le.c#5 edit
... //depot/projects/trustedbsd/mac/sys/i386/isa/if_rdp.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/i386/isa/if_cx.c#4 (text+ko) ====

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

==== //depot/projects/trustedbsd/mac/sys/i386/isa/if_el.c#4 (text+ko) ====

@@ -26,7 +26,6 @@
 #include <sys/systm.h>
 #include <sys/kernel.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/socket.h>
 #include <sys/syslog.h>

==== //depot/projects/trustedbsd/mac/sys/i386/isa/if_le.c#5 (text+ko) ====

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

==== //depot/projects/trustedbsd/mac/sys/i386/isa/if_rdp.c#5 (text+ko) ====

@@ -67,7 +67,6 @@
 #include <sys/systm.h>
 #include <sys/kernel.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/socket.h>
 #include <sys/syslog.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?200204210329.g3L3Tn134300>