From owner-svn-src-all@freebsd.org Fri Sep 18 02:36:19 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F2CF3F4FF4; Fri, 18 Sep 2020 02:36:19 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BsydG6yNlz3yxy; Fri, 18 Sep 2020 02:36:18 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f174.google.com (mail-qt1-f174.google.com [209.85.160.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id CD50D2B324; Fri, 18 Sep 2020 02:36:18 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f174.google.com with SMTP id h6so3791573qtd.6; Thu, 17 Sep 2020 19:36:18 -0700 (PDT) X-Gm-Message-State: AOAM53250pp1qJ/344xPh1oH9sRQzu8/Iq87n4tm2g+98+tNaxiU/uhA jVx8BuBQ2kfjRRJgqorAa4jjA5nhh9lqokC2lkg= X-Google-Smtp-Source: ABdhPJwiguEB5Sit+I36FIzYHnmvrCMzCfYiVHwpEPWu9fJrkRAtvzMDPY3SPk3TXc+lQuuovqkYOM84P3f7GxS3XGc= X-Received: by 2002:ac8:192b:: with SMTP id t40mr30755288qtj.60.1600396578068; Thu, 17 Sep 2020 19:36:18 -0700 (PDT) MIME-Version: 1.0 References: <202009172227.08HMR8ut052899@repo.freebsd.org> In-Reply-To: <202009172227.08HMR8ut052899@repo.freebsd.org> From: Kyle Evans Date: Thu, 17 Sep 2020 21:36:07 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r365862 - stable/12/sys/nlm To: Konstantin Belousov Cc: src-committers , svn-src-all , svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 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, 18 Sep 2020 02:36:19 -0000 On Thu, Sep 17, 2020 at 5:27 PM Konstantin Belousov wrote: > > Author: kib > Date: Thu Sep 17 22:27:07 2020 > New Revision: 365862 > URL: https://svnweb.freebsd.org/changeset/base/365862 > > Log: > MFC r360219: > Make nfslockd depend on xdr. > > PR: 249378 > Oy, my bad- thanks!