From owner-svn-src-all@FreeBSD.ORG Mon May 25 11:26:48 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 50FD9B68; Mon, 25 May 2015 11:26:48 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A039BCD; Mon, 25 May 2015 11:26:48 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 96A8725D38A4; Mon, 25 May 2015 11:26:36 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id C8050C77034; Mon, 25 May 2015 11:26:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id O0rcNfm7XRSc; Mon, 25 May 2015 11:26:34 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:f054:3fea:929c:9614] (unknown [IPv6:fde9:577b:c1a9:4410:f054:3fea:929c:9614]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 02DB8C77033; Mon, 25 May 2015 11:26:33 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r283511 - head/sys/opencrypto From: "Bjoern A. Zeeb" In-Reply-To: <201505250131.t4P1VdnG076857@svn.freebsd.org> Date: Mon, 25 May 2015 11:26:01 +0000 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3830257F-8ACB-432C-AD91-68F7B689DC22@FreeBSD.org> References: <201505250131.t4P1VdnG076857@svn.freebsd.org> To: Mark Johnston X-Mailer: Apple Mail (2.2098) 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 11:26:48 -0000 > On 25 May 2015, at 01:31 , Mark Johnston wrote: >=20 > Author: markj > Date: Mon May 25 01:31:39 2015 > New Revision: 283511 > URL: https://svnweb.freebsd.org/changeset/base/283511 >=20 > 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=E2=80=99t fool me. Thanks for cleaning up though!