From owner-p4-projects@FreeBSD.ORG Fri Apr 30 06:24:05 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C472516A4D0; Fri, 30 Apr 2004 06:24:04 -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 9BD2016A4CE for ; Fri, 30 Apr 2004 06:24:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88FE343D60 for ; Fri, 30 Apr 2004 06:24:04 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3UDO4Ge033482 for ; Fri, 30 Apr 2004 06:24:04 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3UDO4Zq033479 for perforce@freebsd.org; Fri, 30 Apr 2004 06:24:04 -0700 (PDT) (envelope-from cvance@nailabs.com) Date: Fri, 30 Apr 2004 06:24:04 -0700 (PDT) Message-Id: <200404301324.i3UDO4Zq033479@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 51968 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, 30 Apr 2004 13:24:05 -0000 http://perforce.freebsd.org/chv.cgi?CH=51968 Change 51968 by cvance@cvance_osx_laptop on 2004/04/30 06:23:43 Allow the libkern header file to be installed (and available to other bits of the kernel) Affected files ... .. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/sys/Makefile#4 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/sys/Makefile#4 (text+ko) ==== @@ -25,7 +25,7 @@ buf.h callout.h cdefs.h clist.h conf.h \ dir.h dirent.h disk.h disklabel.h disktab.h dkstat.h dmap.h domain.h \ errno.h ev.h event.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 \ + ioctl_compat.h ipc.h kernel.h kern_event.h ktrace.h libkern.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 \ mbuf.h mman.h mount.h msgbuf.h mtio.h namei.h netport.h param.h paths.h \