From owner-cvs-src@FreeBSD.ORG Sat Dec 16 23:25:54 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF7A016A40F for ; Sat, 16 Dec 2006 23:25:54 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F9EA43CBD for ; Sat, 16 Dec 2006 23:25:43 +0000 (GMT) (envelope-from kip.macy@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1445498nfc for ; Sat, 16 Dec 2006 15:25:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=DjXlZapXIntBmKxuNxu1xtsmAmJWJTR5nxLX1fEj8mGikPjA55yuLc/5+v+dpGyTmH7F7ZDiFVu2aWPdP4A9bTIgj+moBGt5hPXrh5VdYAfOCXRuE0SXj5JY5WaYI2NabuXnatlbWBQKSqIIuiKbdJ+FYLFvvuJ48vtnoEWKAiM= Received: by 10.82.114.3 with SMTP id m3mr313289buc.1166311542617; Sat, 16 Dec 2006 15:25:42 -0800 (PST) Received: by 10.82.191.16 with HTTP; Sat, 16 Dec 2006 15:25:42 -0800 (PST) Message-ID: Date: Sat, 16 Dec 2006 15:25:42 -0800 From: "Kip Macy" To: "Andrey A. Chernov" In-Reply-To: <200612162117.kBGLHR1B088020@repoman.freebsd.org> MIME-Version: 1.0 References: <200612162117.kBGLHR1B088020@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_sleepqueue.c 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: Sat, 16 Dec 2006 23:25:54 -0000 Trying to avoid the aesthetically displeasing nested brackets is why I made the mistake in the first place. On 12/16/06, Andrey A. Chernov wrote: > > ache 2006-12-16 21:17:27 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_sleepqueue.c > Log: > Don't intermix assignments and variable declarations in prev. commit > > Revision Changes Path > 1.34 +6 -4 src/sys/kern/subr_sleepqueue.c >