From owner-p4-projects@FreeBSD.ORG Wed Aug 20 20:38:27 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3D37B1065674; Wed, 20 Aug 2008 20:38:27 +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 012F91065671 for ; Wed, 20 Aug 2008 20:38:27 +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 E75428FC22 for ; Wed, 20 Aug 2008 20:38:26 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7KKcQsT060811 for ; Wed, 20 Aug 2008 20:38:26 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7KKcQM0060809 for perforce@freebsd.org; Wed, 20 Aug 2008 20:38:26 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 20 Aug 2008 20:38:26 GMT Message-Id: <200808202038.m7KKcQM0060809@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 147949 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: Wed, 20 Aug 2008 20:38:27 -0000 http://perforce.freebsd.org/chv.cgi?CH=147949 Change 147949 by rwatson@rwatson_freebsd_capabilities on 2008/08/20 20:37:29 Remove dup fexeve(2) definition now that fexecve is in SVN. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/include/unistd.h#5 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/include/unistd.h#5 (text+ko) ==== @@ -335,9 +335,6 @@ int execv(const char *, char * const *); int execve(const char *, char * const *, char * const *); int execvp(const char *, char * const *); -#ifdef __BSD_VISIBLE -int fexecve(int, char * const *, char * const *); -#endif pid_t fork(void); long fpathconf(int, int); char *getcwd(char *, size_t);