From owner-svn-src-all@freebsd.org Mon Mar 14 20:38:34 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06427AD0C30; Mon, 14 Mar 2016 20:38:34 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x22d.google.com (mail-io0-x22d.google.com [IPv6:2607:f8b0:4001:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5CF4A63; Mon, 14 Mar 2016 20:38:33 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x22d.google.com with SMTP id m184so237734456iof.1; Mon, 14 Mar 2016 13:38:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=iRhCQrPiXGn4x5oZM0/d5oMf4UV/QCWrHRoK3ZsQ3HE=; b=dLFVThazcHmf1x5HWezdpBC2cLx+AWpSVOFwPvro2R284ix+vpDrAsGgZYwGJGqpdX 8GMcg4mIaab9lZxUXZusi8jDZa/6H/jXv8OUWQdXJ1Ce9UT7YowLfpC84GiuerHfU/G+ UDlsIHuSoIQ2PliLEDMDlbpG7uxF3ab7bNwwaI3ipd5RxTQZWCuRwovOSh1cN7u4w5gf Qejnz+fRHyOmwsOPb1HpV1G5UDswWjKuAIBkAJ7+cVUAUwH2cSmPQCxVC0nbXI8i+9+0 aps1LMryiz25rueGJUme2WDr2nAgZu2Nu+wlKLYhtMJ8emsRJXwCPPhM7tnQrjmEIiH2 FGqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=iRhCQrPiXGn4x5oZM0/d5oMf4UV/QCWrHRoK3ZsQ3HE=; b=ScDWtYv0gbRn/MUTUndd9j5xvEIYx9XzjCp88Crwm5XYxnp7Ku05q/NAmqivY9ZWA2 8UyKZw/AFMD3v3YGIKEEKYm3hQ4TQ8tgzVjAqOV4sfKDSv0+05iKHllaRNpJ5y8AbavG whzlaH0Y2h7EzaqdJ3Y+Az9H0wf1WrBa0MfhmHUNZI2gUQPGN8oIcMW70b9Ph7f/edPM fOcjYXSCmm87n4u8rmbGA+PfL3CZyBCnw+uES4yhqjKUsKDLhii5C9cw2I98V61qw63O KrBZbFP5zFfomR+wVLrgsMZerk+d184HDbbqe+u7XcedsxHZpENThIZiyGUQpdi7nyox m+AQ== X-Gm-Message-State: AD7BkJK/JZQ+MkAGu25ZK3/5vaZdyES/bWrr+F6ZMm62Wslhk0ATmCMbr75ViOhwjBgpmRrX1n8VEjjKbnYjKQ== X-Received: by 10.107.157.70 with SMTP id g67mr23946141ioe.38.1457987912966; Mon, 14 Mar 2016 13:38:32 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.39.66 with HTTP; Mon, 14 Mar 2016 13:38:13 -0700 (PDT) In-Reply-To: <201603142034.u2EKYUHX021056@repo.freebsd.org> References: <201603142034.u2EKYUHX021056@repo.freebsd.org> From: Ed Maste Date: Mon, 14 Mar 2016 16:38:13 -0400 X-Google-Sender-Auth: YkqIW5aF9-vvEmr8ZjCZh9g4C9c Message-ID: Subject: Re: svn commit: r296871 - head/sys/sys To: Gleb Smirnoff Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 20:38:34 -0000 On 14 March 2016 at 16:34, Gleb Smirnoff wrote: > Author: glebius > Date: Mon Mar 14 20:34:30 2016 > New Revision: 296871 > URL: https://svnweb.freebsd.org/changeset/base/296871 > > Log: > Revert r296868. The cast is useful to protect against passing incorrect > argument type to the macro. > > Submitted by: rstone It seems like this ought to have a comment so someone doesn't apply the same cleanup in the future :)