From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by sourceware.org (Postfix) with ESMTPS id A12573987C23 for ; Mon, 10 May 2021 17:56:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A12573987C23 Received: by mail-wm1-x331.google.com with SMTP id l18-20020a1ced120000b029014c1adff1edso11643634wmh.4 for ; Mon, 10 May 2021 10:56:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GyUIwXdSyudN1G4d7iXB5z6xFgqxMhn6F97pZeGHJXY=; b=bP0gDRgFtPBhSTJoXA2bhO1R9eyhRcAVoJ4o3YuIPwkXugl++Y+UVPTUH50ThnORNc LV58wTt8966/5wbIauhcPXiIbmNTUYRvOeqlGo3yrCzurn091Ez3AGBGOIkDvMEJDTo4 I8QlWn2Mku9kfOiuOny/YzCu0VtubbnZ0GEgg9ERJWIDuqsesofFdJQW2R9cuuq2Kd6K pkh8ZkxSdsoLQ+1PlyXwyYYxI4yOmYGHFhzAQyKZ9Z9nmKNXhZncAcJETP9zeYv78Aw1 TNKX5bzNxddMKnDZTKMwEtg8qU0I35A+npQoqCD40AtgEcXga08LwjhEih6mcliSSUHV ct5g== X-Gm-Message-State: AOAM532MdcKydqOMcN4f0oNVR1gl/6WdvKb3ELNHoVn8RQSOwdDO2hNF 3jOz8iXKj6nVO+4GLYYrrLg= X-Google-Smtp-Source: ABdhPJzAz4NGAYbgBVWT9g2P/i1wQ+58R3U+vdQ+XXD6BIfh8d+HMZTCvSNtazh5juyg2CbGMdDcTw== X-Received: by 2002:a1c:9897:: with SMTP id a145mr378090wme.9.1620669406857; Mon, 10 May 2021 10:56:46 -0700 (PDT) Received: from sqli.sqli.com ([195.53.121.100]) by smtp.googlemail.com with ESMTPSA id m13sm24318830wrw.86.2021.05.10.10.56.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 May 2021 10:56:46 -0700 (PDT) From: Alejandro Colomar To: mtk.manpages@gmail.com Cc: Florian Weimer , Jakub Wilk , Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org Subject: [PATCH 20/39] mincore.2: Remove unused include Date: Mon, 10 May 2021 19:55:29 +0200 Message-Id: <20210510175546.28445-21-alx.manpages@gmail.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210510175546.28445-1-alx.manpages@gmail.com> References: <20210510175546.28445-1-alx.manpages@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2021 17:56:48 -0000 AFAICS, there's no use for here. The prototype is declared in , and there are no constants needed. Signed-off-by: Alejandro Colomar --- man2/mincore.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/mincore.2 b/man2/mincore.2 index b816e10c6..38ee7d6fa 100644 --- a/man2/mincore.2 +++ b/man2/mincore.2 @@ -36,7 +36,6 @@ mincore \- determine whether pages are resident in memory .SH SYNOPSIS .nf -.B #include .B #include .PP .BI "int mincore(void *" addr ", size_t " length ", unsigned char *" vec ); -- 2.31.1