From owner-p4-projects Wed Oct 23 19:32:35 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8092037B404; Wed, 23 Oct 2002 19:32:31 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18BA337B401 for ; Wed, 23 Oct 2002 19:32:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A63B243E42 for ; Wed, 23 Oct 2002 19:32:30 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9O2VnmV056002 for ; Wed, 23 Oct 2002 19:31:49 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9O2Vm6J055999 for perforce@freebsd.org; Wed, 23 Oct 2002 19:31:48 -0700 (PDT) Date: Wed, 23 Oct 2002 19:31:48 -0700 (PDT) Message-Id: <200210240231.g9O2Vm6J055999@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 20014 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 -#include #include #include #include ==== //depot/projects/trustedbsd/mac/usr.bin/netstat/inet6.c#5 (text+ko) ==== @@ -45,7 +45,6 @@ #include #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/usr.bin/netstat/iso.c#5 (text+ko) ==== @@ -66,7 +66,6 @@ */ #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/usr.bin/netstat/mbuf.c#4 (text+ko) ==== @@ -40,7 +40,6 @@ #endif /* not lint */ #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/usr.bin/netstat/mroute.c#4 (text+ko) ==== @@ -54,7 +54,6 @@ #include #include #include -#include #include #include ==== //depot/projects/trustedbsd/mac/usr.bin/netstat/ns.c#5 (text+ko) ==== @@ -42,7 +42,6 @@ #include #include #include -#include #include #include ==== //depot/projects/trustedbsd/mac/usr.bin/netstat/unix.c#4 (text+ko) ==== @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/usr.bin/systat/mbufs.c#4 (text+ko) ==== @@ -41,7 +41,6 @@ #include #include -#include #include #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message