From owner-p4-projects Fri Feb 28 6:28:54 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3966B37B405; Fri, 28 Feb 2003 06:28:53 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C554637B401 for ; Fri, 28 Feb 2003 06:28:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7653643FCB for ; Fri, 28 Feb 2003 06:28:52 -0800 (PST) (envelope-from jhb@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 h1SESq0U041009 for ; Fri, 28 Feb 2003 06:28:52 -0800 (PST) (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1SESp0b041006 for perforce@freebsd.org; Fri, 28 Feb 2003 06:28:51 -0800 (PST) Date: Fri, 28 Feb 2003 06:28:51 -0800 (PST) Message-Id: <200302281428.h1SESp0b041006@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 26072 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=26072 Change 26072 by jhb@jhb_laptop on 2003/02/28 06:28:29 Remove a set of extraneous parens. (keramida) Affected files ... .. //depot/projects/smpng/sys/sys/eventhandler.h#14 edit Differences ... ==== //depot/projects/smpng/sys/sys/eventhandler.h#14 (text+ko) ==== @@ -72,7 +72,7 @@ ("eventhandler_invoke: runcount overflow")); \ CTR0(KTR_EVH, "eventhandler_invoke(\"" __STRING(name) "\")"); \ TAILQ_FOREACH(_ep, &((list)->el_entries), ee_link) { \ - if ((_ep->ee_priority != EHE_DEAD_PRIORITY)) { \ + if (_ep->ee_priority != EHE_DEAD_PRIORITY) { \ EHL_UNLOCK((list)); \ _t = (struct eventhandler_entry_ ## name *)_ep; \ CTR1(KTR_EVH, "eventhandler_invoke: executing %p", \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message