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

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

Change 10077 by rwatson@rwatson_tislabs on 2002/04/20 20:20:30

	Remove unnecessary includes of mac.h where just mbuf.h will now
	suffice.  Diff reduction against -CURRENT.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_ing.c#6 edit
... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_ipr.c#6 edit
... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_isppp.c#5 edit
... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_rbch.c#6 edit
... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_tel.c#4 edit
... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_trace.c#6 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_ing.c#6 (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/errno.h>

==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_ipr.c#6 (text+ko) ====

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

==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_isppp.c#5 (text+ko) ====

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

==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_rbch.c#6 (text+ko) ====

@@ -42,7 +42,6 @@
 #include <sys/conf.h>
 #include <sys/uio.h>
 #include <sys/kernel.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/socket.h>
 #include <sys/filio.h>

==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_tel.c#4 (text+ko) ====

@@ -46,7 +46,6 @@
 #include <sys/conf.h>
 #include <sys/uio.h>
 #include <sys/kernel.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/socket.h>
 #include <net/if.h>

==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_trace.c#6 (text+ko) ====

@@ -45,7 +45,6 @@
 #include <sys/conf.h>
 #include <sys/uio.h>
 #include <sys/kernel.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/socket.h>
 #include <net/if.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?200204210320.g3L3KbA33355>