PERFORCE change 20014 for review
Robert Watson
rwatson at freebsd.org
Thu Oct 24 02:31:48 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20014
Change 20014 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list