Message ID | 20220815171753.1858688-14-michael.tremer@ipfire.org |
---|---|
State | Accepted |
Commit | 2743dd7eba1d8abb2c3aabf31bdd1b6c5d3edea5 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4M61Fd1RSkz3wfS for <patchwork@web04.haj.ipfire.org>; Mon, 15 Aug 2022 17:18:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4M61FT1qmGz5XF; Mon, 15 Aug 2022 17:18:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4M61FS2ZsLz330X; Mon, 15 Aug 2022 17:18:04 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4M61FQ4jztz2ySx for <development@lists.ipfire.org>; Mon, 15 Aug 2022 17:18:02 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4M61FP2gYXz1Pd; Mon, 15 Aug 2022 17:18:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1660583881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jEHsgOv/CYZsy+J9lkD+L97eQes2GEaRBfF6cZ87ec0=; b=d3NIImbIRoIBNpuQVVrwrCd6tDUOi46Kn5u6bp5JuSLB6W83aW+x+T15BYIb52lKAs97TP ljL43degEQsfnaBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1660583881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jEHsgOv/CYZsy+J9lkD+L97eQes2GEaRBfF6cZ87ec0=; b=apGklq5WFR41QT28c4kciVB4sdMxwbt19dEnLGExlLg+27UrIsMWHE0eMQkqP7cqT1Y+jc i4VlPzZrlwM6RiRYZ749J74aUywbAA2y1bluNdRzIC/YvCj+8XUeM5p52nw9Nmv90KILz2 LqpUZx4I/LXeAkE7fNWLpwfRFx59+XhaSx1W0HoSnP2Tq2/8IPe7QraQx5Ssmxqj2PPlPf +2rwiui2/gNl4CfWjHOJ1rIBl11etf/IQWbwVUhObsBbyQRlVXr1MSrE/W0qLb9XMVg0oS kzrMLWLVhwwdaBDliBq5sYln//+aRv4hZke0Itc+dF/9MS2qfFZPNMxnX2zb9Q== From: Michael Tremer <michael.tremer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 14/15] installer: Fix build against glibc 2.36 Date: Mon, 15 Aug 2022 17:17:52 +0000 Message-Id: <20220815171753.1858688-14-michael.tremer@ipfire.org> In-Reply-To: <20220815171753.1858688-1-michael.tremer@ipfire.org> References: <20220815171753.1858688-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <https://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <https://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Cc: Michael Tremer <michael.tremer@ipfire.org> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Series |
[01/15] sysvinit: Fix build against glibc 2.36
|
|
Commit Message
Michael Tremer
15 Aug 2022, 5:17 p.m. UTC
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
src/installer/hw.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/installer/hw.c b/src/installer/hw.c index 236737c8e..9d11d85de 100644 --- a/src/installer/hw.c +++ b/src/installer/hw.c @@ -40,8 +40,6 @@ #include <sys/utsname.h> #include <unistd.h> -#include <linux/fs.h> - #include <libsmooth.h> #include "hw.h"