From owner-svn-src-all@freebsd.org Fri Jan 1 19:01:43 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 A8F19A5EE00; Fri, 1 Jan 2016 19:01:43 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (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 8334815F3; Fri, 1 Jan 2016 19:01:43 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-ob0-x231.google.com with SMTP id wp13so78111550obc.1; Fri, 01 Jan 2016 11:01:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=DDYTBpgqCa2qqwEfzwh4lXs4YQqrvP1NwQwJ2nNliTQ=; b=g5N5o6qzZXSFbe5mlnPxjA76FTzcK9xXZqFGTT3kPjsiQIeAQwy6fXiQe4gB/VeE2d y3iXxRpXK6tGQ4tRW/8N0m+yATFCwXsToJnCh/RDIjbYVbhWVf8HBAq/5RP4Y5VwfmdN R5AWGvd4Op1Yp5veiexQyb4rep+TrApIl3LFC0xr5O3vVLaP9BPD84KUP0gKg18Vtjzn 4Tppd+iutarF4/bcvOrICSBWnTbACEzu9do7j3yVwTEF7GoXkIWvx8K77raGidIs2Gvr 8In5IB/2+NHCyRCQPsD5k41tPO+gTV9GrD7a/y4weJAD8+sYaPcAxc6WIHlP/Wmes4nM g5EQ== MIME-Version: 1.0 X-Received: by 10.182.120.101 with SMTP id lb5mr37181543obb.37.1451674902735; Fri, 01 Jan 2016 11:01:42 -0800 (PST) Sender: chmeeedalf@gmail.com Received: by 10.182.184.84 with HTTP; Fri, 1 Jan 2016 11:01:42 -0800 (PST) In-Reply-To: <201601011756.u01Huq4R029844@repo.freebsd.org> References: <201601011756.u01Huq4R029844@repo.freebsd.org> Date: Fri, 1 Jan 2016 13:01:42 -0600 X-Google-Sender-Auth: MHO0NY1C8B3VbfsrZZ32DvSlLq4 Message-ID: Subject: Re: svn commit: r293044 - head/sys/dev/sec From: Justin Hibbits To: src-committers , "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.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: Fri, 01 Jan 2016 19:01:43 -0000 On Fri, Jan 1, 2016 at 11:56 AM, Justin Hibbits wrote: > Author: jhibbits > Date: Fri Jan 1 17:56:52 2016 > New Revision: 293044 > URL: https://svnweb.freebsd.org/changeset/base/293044 > > Log: > Accidentally dropped the 0 padding. > > Pointed out by: cmeyer That should be cem. - Justin