From owner-p4-projects Tue Jul 2 14:21:58 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1F24F37C959; Tue, 2 Jul 2002 14:18:33 -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 9955437C4F1 for ; Tue, 2 Jul 2002 14:12:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8623E4489E for ; Tue, 2 Jul 2002 12:04:59 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g62J4xJU077480 for ; Tue, 2 Jul 2002 12:04:59 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g62J4wAi077477 for perforce@freebsd.org; Tue, 2 Jul 2002 12:04:58 -0700 (PDT) Date: Tue, 2 Jul 2002 12:04:58 -0700 (PDT) Message-Id: <200207021904.g62J4wAi077477@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 13735 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://people.freebsd.org/~peter/p4db/chv.cgi?CH=13735 Change 13735 by rwatson@rwatson_tislabs on 2002/07/02 12:04:58 Move #include of malloc.h so that MALLOC_DECLARE is defined by the time acl.h is first included. We need to move some ACL types to types.h to fix all this stuff, but that's a fix for the main tree I'll make seperately. This appears to get the kernel compiling more. Affected files ... .. //depot/projects/trustedbsd/mac/sys/ufs/ufs/ufs_vnops.c#37 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/ufs/ufs/ufs_vnops.c#37 (text+ko) ==== @@ -46,6 +46,7 @@ #include #include +#include #include #include #include @@ -54,7 +55,6 @@ #include #include #include -#include #include #include #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message