From owner-cvs-src@FreeBSD.ORG Thu Jul 31 22:33:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E20C51065682; Thu, 31 Jul 2008 22:33:08 +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 84B038FC1F; Thu, 31 Jul 2008 22:33:08 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6VMX8Ef062451; Thu, 31 Jul 2008 22:33:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6VMX8xW062450; Thu, 31 Jul 2008 22:33:08 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200807312233.m6VMX8xW062450@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Thu, 31 Jul 2008 22:33:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/security/audit audit.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 31 Jul 2008 22:33:12 -0000 rwatson 2008-07-31 22:33:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit.h Log: SVN rev 181073 on 2008-07-31 22:33:01Z by rwatson Merge r178461 from head to stable/7: 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. Submitted by: Diego Giagio Revision Changes Path 1.14.2.3 +1 -1 src/sys/security/audit/audit.h