From owner-p4-projects@FreeBSD.ORG Wed Jan 26 01:39:40 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8722A16A4D0; Wed, 26 Jan 2005 01:39:39 +0000 (GMT) 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 2658D16A4CE for ; Wed, 26 Jan 2005 01:39:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9BAF43D1D for ; Wed, 26 Jan 2005 01:39:38 +0000 (GMT) (envelope-from wsalamon@computer.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0Q1dccu097541 for ; Wed, 26 Jan 2005 01:39:38 GMT (envelope-from wsalamon@computer.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0Q1dcTN097538 for perforce@freebsd.org; Wed, 26 Jan 2005 01:39:38 GMT (envelope-from wsalamon@computer.org) Date: Wed, 26 Jan 2005 01:39:38 GMT Message-Id: <200501260139.j0Q1dcTN097538@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to wsalamon@computer.org using -f From: Wayne Salamon To: Perforce Change Reviews Subject: PERFORCE change 69742 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2005 01:39:41 -0000 http://perforce.freebsd.org/chv.cgi?CH=69742 Change 69742 by wsalamon@rickenbacker on 2005/01/26 01:39:14 Fix up include paths. Affected files ... .. //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tipc.c#2 edit .. //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tmsg.c#2 edit .. //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tposix.c#2 edit .. //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tsem.c#2 edit .. //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tshm.c#2 edit Differences ... ==== //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tipc.c#2 (text+ko) ==== @@ -25,9 +25,9 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#include +#include #include -#include -#include /* * Test the auditing of some of the IPC system calls. ==== //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tmsg.c#2 (text+ko) ==== @@ -25,11 +25,11 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#include +#include +#include #include -#include #include -#include -#include /* * Test the auditing of the System V message passing system calls. ==== //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tposix.c#2 (text+ko) ==== @@ -25,14 +25,14 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#include +#include +#include +#include +#include +#include #include -#include #include -#include -#include -#include -#include -#include /* * Test the auditing of the Posix shared memory and semaphore system calls. ==== //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tsem.c#2 (text+ko) ==== @@ -25,12 +25,12 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#include +#include +#include +#include #include -#include #include -#include -#include -#include /* * Test the auditing of the System V semaphore system calls. ==== //depot/projects/trustedbsd/audit3/tools/regression/audit/test/ipc/tshm.c#2 (text+ko) ==== @@ -25,12 +25,12 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#include +#include +#include +#include #include -#include #include -#include -#include -#include /* * Test the auditing of the System V shared memory system calls.