From owner-cvs-all@FreeBSD.ORG Wed Nov 12 07:09:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF31216A4CE; Wed, 12 Nov 2003 07:09:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41D4E43FF5; Wed, 12 Nov 2003 07:09:40 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hACF9dXJ089970; Wed, 12 Nov 2003 07:09:39 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hACF9d2i089969; Wed, 12 Nov 2003 07:09:39 -0800 (PST) (envelope-from rwatson) Message-Id: <200311121509.hACF9d2i089969@repoman.freebsd.org> From: Robert Watson Date: Wed, 12 Nov 2003 07:09:39 -0800 (PST) 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_biba mac_biba.csrc/sys/security/mac_mls mac_mls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 15:09:41 -0000 rwatson 2003/11/12 07:09:39 PST FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c sys/security/mac_mls mac_mls.c Log: Remove extraneous fullpath variable, which broke lint build. This extra argument to the devfs MAC policy entry points was accidentally merged from the MAC branch during my earlier commit to these policies, and is not scheduled to be merged just yet. Revision Changes Path 1.67 +1 -1 src/sys/security/mac_biba/mac_biba.c 1.54 +1 -1 src/sys/security/mac_mls/mac_mls.c