From owner-p4-projects@FreeBSD.ORG Thu Oct 15 16:36:25 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 91EAE1065679; Thu, 15 Oct 2009 16:36:25 +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 566801065672 for ; Thu, 15 Oct 2009 16:36:25 +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 42E5D8FC15 for ; Thu, 15 Oct 2009 16:36:25 +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 n9FGaPjL039060 for ; Thu, 15 Oct 2009 16:36:25 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 n9FGaP9D039058 for perforce@freebsd.org; Thu, 15 Oct 2009 16:36:25 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Thu, 15 Oct 2009 16:36:25 GMT Message-Id: <200910151636.n9FGaP9D039058@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 Precedence: bulk Cc: Subject: PERFORCE change 169524 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2009 16:36:25 -0000 http://p4web.freebsd.org/chv.cgi?CH=169524 Change 169524 by rwatson@rwatson_cinnamon on 2009/10/15 16:36:04 Clean up fexec test tool, no dependence on uncommitted headers yet. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/tools/cap/fexec/fexec.c#2 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/tools/cap/fexec/fexec.c#2 (text+ko) ==== @@ -1,7 +1,4 @@ #include -#include -#include -#include #include #include @@ -16,7 +13,7 @@ int fd_exec; if (argc < 2) - errx(-1, "usage: fdenter [commandline]"); + errx(-1, "usage: fexec [commandline]"); fd_exec = open(argv[1], O_RDONLY); if (fd_exec < 0)