From owner-p4-projects@FreeBSD.ORG Mon Jan 21 14:08:34 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 35DD116A420; Mon, 21 Jan 2008 14:08:34 +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 AD47516A418 for ; Mon, 21 Jan 2008 14:08:33 +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 9E82113C45A for ; Mon, 21 Jan 2008 14:08:33 +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.1/8.14.1) with ESMTP id m0LE8XOX036975 for ; Mon, 21 Jan 2008 14:08:33 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LE8XGO036972 for perforce@freebsd.org; Mon, 21 Jan 2008 14:08:33 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 21 Jan 2008 14:08:33 GMT Message-Id: <200801211408.m0LE8XGO036972@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 133783 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: Mon, 21 Jan 2008 14:08:34 -0000 http://perforce.freebsd.org/chv.cgi?CH=133783 Change 133783 by rwatson@rwatson_freebsd_capabilities on 2008/01/21 14:07:40 Don't borrow the include guards from priv.h, just the license text. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/sys/sys/capability.h#5 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/sys/sys/capability.h#5 (text+ko) ==== @@ -23,14 +23,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/capabilities/src/sys/sys/capability.h#4 $ + * $P4: //depot/projects/trustedbsd/capabilities/src/sys/sys/capability.h#5 $ */ /* * Definitions for FreeBSD capabilities facility. */ -#ifndef _SYS_PRIV_H_ -#define _SYS_PRIV_H_ +#ifndef _SYS_CAPABILITY_H_ +#define _SYS_CAPABILITY_H_ /* * cap_rights_t defines a mask of rights on a capability. In the future, @@ -133,4 +133,4 @@ #endif /* !_KERNEL */ -#endif /* !_SYS_PRIV_H_ */ +#endif /* !_SYS_CAPABILITY_H_ */