From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57904 invoked by alias); 12 Feb 2020 22:36:44 -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 57896 invoked by uid 89); 12 Feb 2020 22:36:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:614 X-HELO: us-smtp-delivery-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581547001; 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; bh=tNKvv3CTwOV8yo0jU1f0I3xwED9DjQTOJST7Rk3Q8/Y=; b=WqotNJveWS8d1+01KdsNZ+6eFneeD+InsQKuMiXeciF0teVgUp4K3kepnsYGa5CColhiDS o8OK0HtGTGCkdtG8453E327/R2extsBw1Gg1ncUKXLP6HE+PdjXAgTeNIS4GGydsXNSrF2 N1uzD6xB3pJ6mmR7+F+ptfBY9WwuLOE= From: DJ Delorie To: Florian Weimer Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 1/7] nss_compat: Do not use nss_* names for function pointers In-Reply-To: <8b6e0566f5f54d4458746626e641121954c5ff26.1581517927.git.fweimer@redhat.com> (message from Florian Weimer on Wed, 12 Feb 2020 15:34:21 +0100) Date: Wed, 12 Feb 2020 22:36:00 -0000 Message-ID: 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/msg00542.txt.bz2 Florian Weimer writes: > A future commit will use these names for types of functions > in NSS service modules. > --- > nss/nss_compat/compat-grp.c | 54 +++++++++++------------ > nss/nss_compat/compat-initgroups.c | 71 +++++++++++++++--------------- > nss/nss_compat/compat-pwd.c | 56 +++++++++++------------ > nss/nss_compat/compat-spwd.c | 44 +++++++++--------- > 4 files changed, 112 insertions(+), 113 deletions(-) This one just renames symbols, no functional change. LGTM. Reviewed-by: DJ Delorie