From owner-cvs-all@FreeBSD.ORG Thu Apr 24 12:23:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E10AB10656AC; Thu, 24 Apr 2008 12:23:31 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D80E18FC13; Thu, 24 Apr 2008 12:23:31 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3OCNVvZ050677; Thu, 24 Apr 2008 12:23:31 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3OCNVuN050676; Thu, 24 Apr 2008 12:23:31 GMT (envelope-from rwatson) Message-Id: <200804241223.m3OCNVuN050676@repoman.freebsd.org> From: Robert Watson Date: Thu, 24 Apr 2008 12:23:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 24 Apr 2008 12:23:32 -0000 rwatson 2008-04-24 12:23:31 UTC FreeBSD src repository Modified files: sys/security/audit audit.h Log: Use logic or, not binary or, when deciding whether or not a system call exit requires entering the audit code. The result is much the same, but they mean different things. MFC afer: 3 days Submitted by: Diego Giagio Revision Changes Path 1.16 +1 -1 src/sys/security/audit/audit.h