From owner-p4-projects@FreeBSD.ORG Fri Oct 3 12:29:19 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6AFE116A4E7; Fri, 3 Oct 2003 12:29:18 -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 3E80B16A4BF for ; Fri, 3 Oct 2003 12:29:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 922F043FE1 for ; Fri, 3 Oct 2003 12:29:17 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h93JTHXJ099651 for ; Fri, 3 Oct 2003 12:29:17 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h93JTHUB099648 for perforce@freebsd.org; Fri, 3 Oct 2003 12:29:17 -0700 (PDT) (envelope-from cvance@nailabs.com) Date: Fri, 3 Oct 2003 12:29:17 -0700 (PDT) Message-Id: <200310031929.h93JTHUB099648@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cvance@nailabs.com using -f From: Chris Vance To: Perforce Change Reviews Subject: PERFORCE change 39105 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: Fri, 03 Oct 2003 19:29:19 -0000 http://perforce.freebsd.org/chv.cgi?CH=39105 Change 39105 by cvance@cvance_osx_laptop on 2003/10/03 12:29:03 Install extattr.h, it will be needed outside the bsd kernel code Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/Makefile#5 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/Makefile#5 (text+ko) ==== @@ -24,7 +24,7 @@ acct.h attr.h buf.h callout.h cdefs.h clist.h conf.h \ condvar.h \ dir.h dirent.h disk.h disklabel.h disktab.h dkstat.h dmap.h domain.h \ - errno.h ev.h exec.h fcntl.h file.h filedesc.h filio.h gmon.h ioccom.h ioctl.h \ + errno.h ev.h exec.h extattr.h fcntl.h file.h filedesc.h filio.h gmon.h ioccom.h ioctl.h \ ioctl_compat.h ipc.h kernel.h kern_event.h ktrace.h loadable_fs.h lock.h lockf.h mach_swapon.h malloc.h \ kdebug.h linker_set.h md5.h kern_control.h \ mac.h mac_policy.h \