From owner-cvs-src@FreeBSD.ORG Fri Oct 22 11:07:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1044616A4CE; Fri, 22 Oct 2004 11:07:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E606E43D45; Fri, 22 Oct 2004 11:07:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9MB7IZJ099402; Fri, 22 Oct 2004 11:07:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9MB7INH099401; Fri, 22 Oct 2004 11:07:18 GMT (envelope-from rwatson) Message-Id: <200410221107.i9MB7INH099401@repoman.freebsd.org> From: Robert Watson Date: Fri, 22 Oct 2004 11:07:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac mac_internal.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 11:07:19 -0000 rwatson 2004-10-22 11:07:18 UTC FreeBSD src repository Modified files: sys/security/mac mac_internal.h Log: Remove extern declaration of mac_enforce_sysv, as it's not present in the CVS version of the MAC Framework. Revision Changes Path 1.112 +0 -1 src/sys/security/mac/mac_internal.h