From owner-svn-src-head@FreeBSD.ORG Mon May 25 01:35:11 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F40D1A8; Mon, 25 May 2015 01:35:11 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (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 D3A96780; Mon, 25 May 2015 01:35:10 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by pdfh10 with SMTP id h10so58950867pdf.3; Sun, 24 May 2015 18:35:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=EoSzslbo5maYhIAjn2uLPq3TABYI1qSEwz7fZxNmeJ4=; b=L4Wk5C/Mk1EBnuLSbIlURaLkWMezAZNIfgvhEXXrd7b2dcSHx5QWKK4ouvXnwbB7n2 6mviDwsUYifvBDkoQCFTzFWio6sVPIRVxU8NJh2znmwoGP+O/ujA2cudAnbFiek2y4vB RFmnUIG8q7ZyvjiBhiMDETbv/6nnrVl29ADQvqKgsNW3vo7E7GIA/GeX+ZgO7FTqYGx/ jRx+oJlb41EtF7jp9+LCzOiGIg/ct2u7X1+hg/FOxNrby1Tnczdq/SSLSCKGkEpb7zl+ CUuP1FQZVJIgAy2QL+ubjgu0LPpv2VOXpyWGGG+sDrEM+xM7mwTI6aRohlm+Cc2a+eTt JfFQ== X-Received: by 10.70.37.207 with SMTP id a15mr35168798pdk.4.1432517710454; Sun, 24 May 2015 18:35:10 -0700 (PDT) Received: from raichu ([104.232.114.184]) by mx.google.com with ESMTPSA id xs10sm8259284pab.35.2015.05.24.18.35.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 May 2015 18:35:09 -0700 (PDT) Sender: Mark Johnston Date: Sun, 24 May 2015 18:35:03 -0700 From: Mark Johnston To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r283511 - head/sys/opencrypto Message-ID: <20150525013503.GA16902@raichu> References: <201505250131.t4P1VdnG076857@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201505250131.t4P1VdnG076857@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 01:35:11 -0000 On Mon, May 25, 2015 at 01:31:39AM +0000, Mark Johnston wrote: > Author: markj > Date: Mon May 25 01:31:39 2015 > New Revision: 283511 > URL: https://svnweb.freebsd.org/changeset/base/283511 > > Log: > Use the correct number of arguments for the > opencrypto:deflate:deflate_global:bad DTrace probe, which is defined to > have > > MFC after: 1 week > Sorry about that - I entered :wq into the wrong terminal. :( I just meant to say that the probe is defined to have five arguments rather than three. -Mark