From patchwork Thu Feb 13 01:18:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: DJ Delorie X-Patchwork-Id: 38015 Received: (qmail 114595 invoked by alias); 13 Feb 2020 01:18:39 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 114587 invoked by uid 89); 13 Feb 2020 01:18:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581556716; 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=Wvtf4N2GoVsZWAPY1Lx73vcHoKihgKruc3pWvWb+nt8=; b=eqRL5dm9m35MPUkJm/V+C1h6j2dTlFWI9/mFcwd/DlmmxVrbdWspf9hd34GCmzagLie/8Q mHGPeM7K5sLfgJ+LYpbFGSR9o5RXILflRIn/XyecpHeV2NUOCyYEZDfKhyXlu8+V2rwRnM U1reM17K/TACN372GWKuaPXAM4512Ws= From: DJ Delorie To: Florian Weimer Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 5/7] nss_db: Use NSS_DECLARE_MODULE_FUNCTIONS In-Reply-To: <977f5ffca9e97adedcd9025198dd9c5071d52f9b.1581517927.git.fweimer@redhat.com> (message from Florian Weimer on Wed, 12 Feb 2020 15:34:41 +0100) Date: Wed, 12 Feb 2020 20:18:32 -0500 Message-ID: MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Florian Weimer writes: > nss/nss_db/db-init.c | 2 ++ > nss/nss_db/db-initgroups.c | 1 - > nss/nss_db/nss_db.h | 1 + > 3 files changed, 3 insertions(+), 1 deletion(-) LGTM. Reviewed-by: DJ Delorie