From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7909 invoked by alias); 13 Feb 2020 08:11:53 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 7900 invoked by uid 89); 13 Feb 2020 08:11:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*f:sk:xneeuzc, H*i:sk:xneeuzc X-HELO: us-smtp-delivery-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581581510; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HIP0RMXqX8L5z9CemI3dqVZEkq7sqazgkRYTgEYL2KY=; b=QiQP9GXAj3jqAem+pjBCKbT1jy/DHtxtH6afUsGxX0vIinV6MHMTqDdYhuq+lXad+qDkGQ 1qgCQSH/aoLD7G97f7rhM0VOJ36xdodheEolwTrx3+KvNxz1BC1uPkcugIeUoVkF+2VEdv RgdtGPKnIJhHtK+xbtN3+MmVb5qi3XU= From: Florian Weimer To: DJ Delorie Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 8/7] nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS References: Date: Thu, 13 Feb 2020 08:11:00 -0000 In-Reply-To: (DJ Delorie's message of "Wed, 12 Feb 2020 20:31:16 -0500") Message-ID: <87lfp6dhz3.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-SW-Source: 2020-02/txt/msg00553.txt.bz2 * DJ Delorie: > Florian Weimer writes: >> nis/nss-nisplus.h | 1 + >> 1 file changed, 1 insertion(+) > > LGTM. Will nis-nss be on the list too? > > Reviewed-by: DJ Delorie Thanks for the reviews. Looks like I have to send 9/7, too. 8-/ Florian