Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 19:31:48 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20014 for review
Message-ID:  <200210240231.g9O2Vm6J055999@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20014

Change 20014 by rwatson@rwatson_tislabs on 2002/10/23 19:31:23

	Diff reduction: mac.h is no longer required as a dependency
	in most cases if you're not actually calling a MAC API.

Affected files ...

.. //depot/projects/trustedbsd/mac/usr.bin/find/function.c#9 edit
.. //depot/projects/trustedbsd/mac/usr.bin/netstat/inet6.c#5 edit
.. //depot/projects/trustedbsd/mac/usr.bin/netstat/iso.c#5 edit
.. //depot/projects/trustedbsd/mac/usr.bin/netstat/mbuf.c#4 edit
.. //depot/projects/trustedbsd/mac/usr.bin/netstat/mroute.c#4 edit
.. //depot/projects/trustedbsd/mac/usr.bin/netstat/ns.c#5 edit
.. //depot/projects/trustedbsd/mac/usr.bin/netstat/unix.c#4 edit
.. //depot/projects/trustedbsd/mac/usr.bin/systat/mbufs.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/mac/usr.bin/find/function.c#9 (text+ko) ====

@@ -43,7 +43,6 @@
 __FBSDID("$FreeBSD: src/usr.bin/find/function.c,v 1.47 2002/08/10 20:19:03 mux Exp $");
 
 #include <sys/param.h>
-#include <sys/mac.h>
 #include <sys/ucred.h>
 #include <sys/stat.h>
 #include <sys/wait.h>

==== //depot/projects/trustedbsd/mac/usr.bin/netstat/inet6.c#5 (text+ko) ====

@@ -45,7 +45,6 @@
 #include <sys/socket.h>
 #include <sys/socketvar.h>
 #include <sys/ioctl.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/protosw.h>
 #include <sys/sysctl.h>

==== //depot/projects/trustedbsd/mac/usr.bin/netstat/iso.c#5 (text+ko) ====

@@ -66,7 +66,6 @@
  */
 
 #include <sys/param.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/time.h>
 #include <sys/domain.h>

==== //depot/projects/trustedbsd/mac/usr.bin/netstat/mbuf.c#4 (text+ko) ====

@@ -40,7 +40,6 @@
 #endif /* not lint */
 
 #include <sys/param.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/protosw.h>
 #include <sys/socket.h>

==== //depot/projects/trustedbsd/mac/usr.bin/netstat/mroute.c#4 (text+ko) ====

@@ -54,7 +54,6 @@
 #include <sys/socketvar.h>
 #include <sys/sysctl.h>
 #include <sys/protosw.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/time.h>
 

==== //depot/projects/trustedbsd/mac/usr.bin/netstat/ns.c#5 (text+ko) ====

@@ -42,7 +42,6 @@
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/protosw.h>
 

==== //depot/projects/trustedbsd/mac/usr.bin/netstat/unix.c#4 (text+ko) ====

@@ -47,7 +47,6 @@
 #include <sys/protosw.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/sysctl.h>
 #include <sys/un.h>

==== //depot/projects/trustedbsd/mac/usr.bin/systat/mbufs.c#4 (text+ko) ====

@@ -41,7 +41,6 @@
 
 #include <sys/param.h>
 #include <sys/types.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/sysctl.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?200210240231.g9O2Vm6J055999>