From owner-svn-src-all@FreeBSD.ORG Mon May 25 17:59:51 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DFC75CA; Mon, 25 May 2015 17:59:51 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-pd0-x235.google.com (mail-pd0-x235.google.com [IPv6:2607:f8b0:400e:c02::235]) (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 770776D4; Mon, 25 May 2015 17:59:51 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by pdbqa5 with SMTP id qa5so73506888pdb.0; Mon, 25 May 2015 10:59:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=FCfJV8AkJPpqJmvhKOv0KTxWYxDJiQ8PfYRgdlL09u0=; b=AltCiiK8Qr2JWNxod1YH35f4YhJ4aJrbtYPP7+a/7hWyl9tG+MnP943UHW7z0w2NGl MJXiJKepxCbUK7/Ntfu7MEOcuTUPhQvTMmIwJyYffKT25HhVd0Ey791xg0lvrB/pX/CR AHwQkRzhg9FUr6Kqb7JKTsAih0HMvkThW5LVuds3yS8VWTe6XzuvpYta1YLExavMUIBO A8ZwvXB8mwbKRnvQoixyUS+0HKcEIV4V+wjLpdVB3suRE0xq+pXmhyqXOUxmieRZoY2D Fyqhm/iANDH/eFXI5z0lk0v/0sueVm80Llh7LuWsunbkuB+ELcUOv6AMiuQgrsnECKdr f8ww== X-Received: by 10.69.17.130 with SMTP id ge2mr41026798pbd.75.1432576790912; Mon, 25 May 2015 10:59:50 -0700 (PDT) Received: from raichu ([104.232.114.184]) by mx.google.com with ESMTPSA id we8sm10738374pac.44.2015.05.25.10.59.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 May 2015 10:59:49 -0700 (PDT) Sender: Mark Johnston Date: Mon, 25 May 2015 10:59:44 -0700 From: Mark Johnston To: "Bjoern A. Zeeb" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r283511 - head/sys/opencrypto Message-ID: <20150525175944.GA7904@raichu> References: <201505250131.t4P1VdnG076857@svn.freebsd.org> <3830257F-8ACB-432C-AD91-68F7B689DC22@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3830257F-8ACB-432C-AD91-68F7B689DC22@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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, 25 May 2015 17:59:51 -0000 On Mon, May 25, 2015 at 11:26:01AM +0000, Bjoern A. Zeeb wrote: > > > On 25 May 2015, at 01:31 , 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 > > Once upon a time, these expended to exactly the same if my memory doesn’t > fool me. Thanks for cleaning up though! They still do I think. Some upcoming work on SDT will turn this sort of discrepancy into a compile error though; this was the one occurrence of it that I ran into. -Mark