From owner-svn-src-all@freebsd.org Wed May 23 19:43:57 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A53EEEAF43B; Wed, 23 May 2018 19:43:57 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (unknown [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 511B07B10A; Wed, 23 May 2018 19:43:57 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-io0-f170.google.com (mail-io0-f170.google.com [209.85.223.170]) (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)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id 11B95A6B8; Wed, 23 May 2018 19:43:57 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-io0-f170.google.com with SMTP id o185-v6so1086159iod.0; Wed, 23 May 2018 12:43:57 -0700 (PDT) X-Gm-Message-State: ALKqPwcezvDrKqi62NLqLEA6pv5/FL/FpWeZQ1t4j6p1bDfPqALr/VpA 5XZjCSAQ9bR1QrdqBZCn8RZLBMQey/NqnHYQI2o= X-Google-Smtp-Source: ADUXVKLUX+IGKWyXdzQxvyzJB/T5xDZr1AJUCnfD2WoW8yqQxXWzOXMMIv0+jXoApSDz5UoIw5jHD+VGzmgTZ72dyOM= X-Received: by 2002:a6b:5009:: with SMTP id e9-v6mr3922094iob.5.1527104636416; Wed, 23 May 2018 12:43:56 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a02:85ca:0:0:0:0:0 with HTTP; Wed, 23 May 2018 12:43:56 -0700 (PDT) In-Reply-To: <20180523184023.GB27571@lonesome.com> References: <201805230615.w4N6FtiS022201@repo.freebsd.org> <2320762.5cWPj1u675@ralph.baldwin.cx> <20180523184023.GB27571@lonesome.com> From: Matthew Macy Date: Wed, 23 May 2018 12:43:56 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r334074 - head/sys/sys To: Mark Linimon Cc: John Baldwin , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 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: Wed, 23 May 2018 19:43:57 -0000 Thanks. On Wed, May 23, 2018 at 11:40 AM, Mark Linimon wrote: > On Wed, May 23, 2018 at 09:56:00AM -0700, Matthew Macy wrote: >> Thanks updated for 1200064. Someone(tm) needs to do 1200063. > > done. > > mcl