From patchwork Wed Feb 12 14:39:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 1236904 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-109593-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha1 header.s=default header.b=fM+mUO9n; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=ic9rIjO6; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48Hj2p524jz9s1x for ; Thu, 13 Feb 2020 01:39:30 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=S5QTlGAUYW9cOmacf+KDJPUaO8ySc1tJBaLzNNdCnfC hsJh9PLRreT0cEc3aVCTghD3HsvAF5jS04VTrWqdgbtjmRWwpnhxgCO2y4a7xiyL 4Cxc5hmnxJIDidLq+GEMWKiUgsFCVJ178Kyy4qzY5FrBpoh+StDLDLLNSnxR4N4I = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=4Sz/50hCO2yA9mMPq6OHFzzwaRA=; b=fM+mUO9nibCLfLQra 0aKoZx6yTdjibof/4FHa/NfBeyR7jLggTOEFuPg2uenT5r0oaDGgmoeXEELEQC2b b7s0hhGq8h8xGhjop/kH4OfzdN14a0N35NSHU4mL5lUXOnkuarNKXFuHE7wMa0rI fZ4Df2OM6urcJNs1sp2ezJmC+A= Received: (qmail 47111 invoked by alias); 12 Feb 2020 14:39:24 -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 47099 invoked by uid 89); 12 Feb 2020 14:39:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.0 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-delivery-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581518361; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MDtXigPGFwh4VXuYMH0dfddYlBxEMmLalhPs6f94ung=; b=ic9rIjO6ySIJZdGv1jFTpMVMdYd3AhWbIXkZF0gi++EToxvVWEjdmJ4NAhA7b/YNfpWZCy 3tkm6M7VFSmpKSk2eZ4crrJVEBCsWE1gk8ixtc7JdsYs6PbosR193CXavk8nmc5lmsBBCF uXJldfrFjFyG0GV2riOGBVXv9d+j/Ts= From: Florian Weimer To: libc-alpha@sourceware.org Subject: [PATCH 8/7] nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS References: Date: Wed, 12 Feb 2020 15:39:16 +0100 In-Reply-To: (Florian Weimer's message of "Wed, 12 Feb 2020 15:34:14 +0100") Message-ID: <87imkbeup7.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 ----- nis/nss-nisplus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nis/nss-nisplus.h b/nis/nss-nisplus.h index ca6ef67654..92c67880b9 100644 --- a/nis/nss-nisplus.h +++ b/nis/nss-nisplus.h @@ -23,6 +23,7 @@ #include "nsswitch.h" +NSS_DECLARE_MODULE_FUNCTIONS (nisplus) /* Convert NIS+ error number to NSS error number. */ extern const enum nss_status __niserr2nss_tab[] attribute_hidden;