From owner-p4-projects@FreeBSD.ORG Sun Aug 9 22:39:28 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 54E5E1065670; Sun, 9 Aug 2009 22:39:28 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14D72106566B for ; Sun, 9 Aug 2009 22:39:28 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 02FDB8FC0A for ; Sun, 9 Aug 2009 22:39:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n79MdR3x013291 for ; Sun, 9 Aug 2009 22:39:27 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n79MdR94013289 for perforce@freebsd.org; Sun, 9 Aug 2009 22:39:27 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 9 Aug 2009 22:39:27 GMT Message-Id: <200908092239.n79MdR94013289@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 167149 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2009 22:39:29 -0000 http://perforce.freebsd.org/chv.cgi?CH=167149 Change 167149 by rwatson@rwatson_freebsd_capabilities on 2009/08/09 22:38:50 Need a newer version of libsbuf due to library version bump; these library specifications are temporary and will go away once lch_start speaks ELF better. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability_host.c#22 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability_host.c#22 (text+ko) ==== @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability_host.c#21 $ + * $P4: //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability_host.c#22 $ */ #include @@ -67,7 +67,7 @@ #define _PATH_USR_LIB "/usr/lib" #define LIBC_SO "libc.so.7" #define LIBCAPABILITY_SO "libcapability.so.1" -#define LIBSBUF_SO "libsbuf.so.4" +#define LIBSBUF_SO "libsbuf.so.5" extern char **environ;