From owner-cvs-src@FreeBSD.ORG Fri Aug 1 08:45:16 2003 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 2070237B401; Fri, 1 Aug 2003 08:45:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BBB43FD7; Fri, 1 Aug 2003 08:45:15 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h71FjF0U088252; Fri, 1 Aug 2003 08:45:15 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71FjFHg088247; Fri, 1 Aug 2003 08:45:15 -0700 (PDT) Message-Id: <200308011545.h71FjFHg088247@repoman.freebsd.org> From: Robert Watson Date: Fri, 1 Aug 2003 08:45:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_mac.c 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, 01 Aug 2003 15:45:17 -0000 rwatson 2003/08/01 08:45:14 PDT FreeBSD src repository Modified files: sys/kern kern_mac.c Log: Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.94 +18 -28 src/sys/kern/kern_mac.c