From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65050 invoked by alias); 13 Feb 2020 01:11:46 -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 65041 invoked by uid 89); 13 Feb 2020 01:11:46 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-delivery-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581556303; 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=qB3Aym3nyHiG3mNdArQkkKDRM0bacsF4HR2BfuFGGmY=; b=LuiDZZ2Ig4bovjWEgx0a550UsRgBg1PnG3Oiqb9JiXRNI5UlR83ZfN1NHSAf2YO29vzsa1 QMP1O8oQUdoiG2OijW8A8jxaspsg0sEA6OSioDhrMeoJmyliNAStvdGq9bos9nwxTD5iiP 7ZADmq4vHQVQTs6++1vymAv0Dco2+Nk= From: DJ Delorie To: Florian Weimer Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 3/7] nss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONS In-Reply-To: (message from Florian Weimer on Wed, 12 Feb 2020 15:34:33 +0100) Date: Thu, 13 Feb 2020 01:11: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/msg00546.txt.bz2 Florian Weimer writes: > hesiod/nss_hesiod/hesiod-grp.c | 2 ++ > hesiod/nss_hesiod/hesiod-proto.c | 2 ++ > hesiod/nss_hesiod/hesiod-pwd.c | 2 ++ > hesiod/nss_hesiod/hesiod-service.c | 2 ++ > 4 files changed, 8 insertions(+) LGTM. Reviewed-by: DJ Delorie