From owner-trustedbsd-cvs@FreeBSD.ORG Tue May 16 19:22:53 2006 Return-Path: X-Original-To: trustedbsd-cvs@freebsd.org Delivered-To: trustedbsd-cvs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5187116B38A for ; Tue, 16 May 2006 19:22:53 +0000 (UTC) (envelope-from owner-perforce@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0240C43D45 for ; Tue, 16 May 2006 19:22:51 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by cyrus.watson.org (Postfix) with ESMTP id 6939746CEF for ; Tue, 16 May 2006 15:22:46 -0400 (EDT) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id BF1F257D15; Tue, 16 May 2006 19:22:43 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B763616A4E7; Tue, 16 May 2006 19:22:43 +0000 (UTC) X-Original-To: perforce@freebsd.org 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 4A1B516A425 for ; Tue, 16 May 2006 19:22:42 +0000 (UTC) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB43D43D68 for ; Tue, 16 May 2006 19:22:41 +0000 (GMT) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GJMOmg079832 for ; Tue, 16 May 2006 19:22:24 GMT (envelope-from millert@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GJMO1L079829 for perforce@freebsd.org; Tue, 16 May 2006 19:22:24 GMT (envelope-from millert@freebsd.org) Date: Tue, 16 May 2006 19:22:24 GMT Message-Id: <200605161922.k4GJMO1L079829@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to millert@freebsd.org using -f From: Todd Miller To: Perforce Change Reviews Cc: Subject: PERFORCE change 97287 for review X-BeenThere: trustedbsd-cvs@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD CVS and Perforce commit message list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 19:22:57 -0000 http://perforce.freebsd.org/chv.cgi?CH=97287 Change 97287 by millert@millert_p4 on 2006/05/16 19:22:16 Libsecompat, a compatibility shim to ease porting of SELinux components to SEBSD. Affected files ... .. //depot/projects/trustedbsd/sebsd/lib/Makefile#19 edit .. //depot/projects/trustedbsd/sebsd/lib/libsecompat/Makefile#1 add .. //depot/projects/trustedbsd/sebsd/lib/libsecompat/getline.c#1 add .. //depot/projects/trustedbsd/sebsd/lib/libsecompat/secompat.h#1 add .. //depot/projects/trustedbsd/sebsd/lib/libsecompat/strndup.c#1 add Differences ... ==== //depot/projects/trustedbsd/sebsd/lib/Makefile#19 (text+ko) ==== @@ -37,7 +37,7 @@ ${_libsmdb} \ ${_libsmutil} libstand libtelnet ${_libthr} ${_libthread_db} libufs \ libugidfw ${_libusbhid} ${_libvgl} libwrap liby libz ${_bind} \ - ${_libsebsd} ${_libsepol} + ${_libsecompat} ${_libsebsd} ${_libsepol} .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf) _csu=csu/${MACHINE_ARCH}-elf @@ -83,6 +83,7 @@ .endif .if !defined(NO_SEBSD) +_libsecompat= libsecompat _libsebsd= libsebsd _libsepol= libsepol .endif