From patchwork Mon May 10 17:55:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 43342 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id EC5D63987C2B; Mon, 10 May 2021 17:56:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC5D63987C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1620669411; bh=ETJ77+bejoPwoD6lkNuNZqttLCRQjA5SfjWzUUz/9BM=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=ZhtK7P8gMhtYp71AY13oVuX2aVf+wrtSwl2k5fFRx4vpHn1pfMOqWQ73s51XGFuK3 D1h9d0vik6fuKxdk3J7TqBLUNRIuAOhFOA5uxrO21I8CvnqQ4sD04byC7E7KzFCtbS fayXBSvIuvLwpc3uvhU/kudZpLTIXt4uf5E/sRZM= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by sourceware.org (Postfix) with ESMTPS id 3A98E3987C2B for ; Mon, 10 May 2021 17:56:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3A98E3987C2B Received: by mail-wm1-x330.google.com with SMTP id y124-20020a1c32820000b029010c93864955so11657742wmy.5 for ; Mon, 10 May 2021 10:56:49 -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=ETJ77+bejoPwoD6lkNuNZqttLCRQjA5SfjWzUUz/9BM=; b=O3Zj0XpY9zLQXGr3uBG0ulNuRhacbGYQsOpZ2nGm6gchLu2FHJ/hRm9FMdwh3/6S7g nHhnAT8R+ke2t2//RH3nYjSZKSZHFDHTKeQKRsAkFDuen4K+F/aXLpKJiZMvMBIa8VQU noEkDzvZkBEm6CtkVvTsg+g3Y7ZbsOSntBvJKA7XrvAPhfxAF7/UIHZz/g6SwKLfnQ65 nK8MyWZRlFgBDDIS2GinjoUvkAAVI+fie02ci3R08caaSGppdntwUjgp4jB8AKnWajR7 GQNdZUNA07Bo7V/HdN8MyJcd2fDfaqLAuy5R3s3YGNloQVfupz88LuSK9wa2/JtfEDBw 94Lw== X-Gm-Message-State: AOAM530gAdCTbxH0fn8q06E8LoGnoI5QMwRK3By+yb2gsYH/9dCU+Yuy KTLCe33Pe4F4Ge5SXj3uNdA= X-Google-Smtp-Source: ABdhPJw4tNQtEQq7+2aenuyy0/svazMHioQjrbTfLcwLBhQZHTxS1HztYI94LrRFV/32c4bzgZGn9g== X-Received: by 2002:a05:600c:3796:: with SMTP id o22mr351281wmr.139.1620669408114; Mon, 10 May 2021 10:56:48 -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.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 May 2021 10:56:47 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH 21/39] mknod.2: Remove unused includes Date: Mon, 10 May 2021 19:55:30 +0200 Message-Id: <20210510175546.28445-22-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 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-Patchwork-Original-From: Alejandro Colomar via Libc-alpha From: Alejandro Colomar Reply-To: Alejandro Colomar Cc: Florian Weimer , Jakub Wilk , Alejandro Colomar , libc-alpha@sourceware.org, linux-man@vger.kernel.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" All of the constants used by mknod() are dfined in . Signed-off-by: Alejandro Colomar --- man2/mknod.2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/man2/mknod.2 b/man2/mknod.2 index f20d4aa66..1de3cd027 100644 --- a/man2/mknod.2 +++ b/man2/mknod.2 @@ -18,8 +18,6 @@ mknod, mknodat \- create a special or ordinary file .SH SYNOPSIS .nf .B #include -.B #include -.B #include .PP .BI "int mknod(const char *" pathname ", mode_t " mode ", dev_t " dev ); .PP