From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 31 May 2021 15:30:50 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lni0I-0004rH-4g for lore@lore.pengutronix.de; Mon, 31 May 2021 15:30:50 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lni0H-0005UB-PL; Mon, 31 May 2021 15:30:49 +0200 Received: from mail.benfm.de ([2a01:238:435c:6300:354a:ed0e:6a7a:c1aa] helo=h2734822.stratoserver.net) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lnhzJ-0005Tr-Pn for ptxdist@pengutronix.de; Mon, 31 May 2021 15:29:50 +0200 Received: from flix.benfm.de (unknown [10.1.0.21]) by h2734822.stratoserver.net (Postfix) with SMTP id CE40D1E413A3; Mon, 31 May 2021 15:29:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=benfm.de; s=2020; t=1622467788; 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; bh=QS9DueecRy63MWpy8B2JJB48v5kDXlQHpbtPwAd1vlE=; b=RTz7D2ivTXDJq3u/s5WRDMFxOVP8WCbSaKZrIGyrgtlYwwFua7I8W8ld6RHq4dmD8ER5Gh 4cmqYpcUyWnSYZHuR1tbqopRvvNT0KU9pHP5vxqRkECZoOqMevjJYfIKVF/RbvY/q1LCFH w6rhUQEJxO7IMBWLgZ077Cnb5xZ/YPGNUDU0qHPC7CoJkS1HDItzSZi3giAnr3KG/Cllkm qf3OHoW6UtmVbgeZF1caZxmpwjyhGM7784ylbeaQ9V3Khdt6WHXnGp3sE9L7wRiDklJN5W pqixGkmCfX0nU1x1Ii+RS68MBKTJh9gTSSSEOwn3Idprpb2bIbWoB7b+qfOkZQ== Received: (nullmailer pid 220329 invoked by uid 1000); Mon, 31 May 2021 13:29:48 -0000 From: Felix Mellmann To: ptxdist@pengutronix.de Date: Mon, 31 May 2021 15:29:46 +0200 Message-Id: <20210531132947.220277-1-flix.ptxdist@benfm.de> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=0.6 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 1/2] ifplugd: Updated current patch set using git ptx-patches X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Felix Mellmann Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Updated the current set of patches of the ifplugd package. This is required to allow adding further patches to the package by using git ptx-patches. Signed-off-by: Felix Mellmann --- ...n-fails-because-of-kernel-header-inclusion.patch} | 12 +++++++++--- patches/ifplugd-0.28/series | 5 ++++- 2 files changed, 13 insertions(+), 4 deletions(-) rename patches/ifplugd-0.28/{ifplugd-fix-include.diff => 0001-Compilation-fails-because-of-kernel-header-inclusion.patch} (70%) diff --git a/patches/ifplugd-0.28/ifplugd-fix-include.diff b/patches/ifplugd-0.28/0001-Compilation-fails-because-of-kernel-header-inclusion.patch similarity index 70% rename from patches/ifplugd-0.28/ifplugd-fix-include.diff rename to patches/ifplugd-0.28/0001-Compilation-fails-because-of-kernel-header-inclusion.patch index 4e305ee77..be69d8050 100644 --- a/patches/ifplugd-0.28/ifplugd-fix-include.diff +++ b/patches/ifplugd-0.28/0001-Compilation-fails-because-of-kernel-header-inclusion.patch @@ -1,5 +1,6 @@ From: Ladislav Michl -Subject: Compilation fails because of kernel header inclusion +Date: Mon, 31 May 2021 15:00:21 +0200 +Subject: [PATCH] Compilation fails because of kernel header inclusion Fixes the following error: @@ -9,8 +10,13 @@ In file included from interface.c:27: Signed-off-by: Ladislav Michl --- ---- ifplugd-0.28/src/interface.c 2005-01-05 01:25:31.000000000 +0100 -+++ ifplugd-0.28/src/interface.c 2007-07-15 21:04:54.000000000 +0200 + src/interface.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/interface.c b/src/interface.c +index e5038f41ba52..352b4799ef4b 100644 +--- a/src/interface.c ++++ b/src/interface.c @@ -23,11 +23,9 @@ #endif diff --git a/patches/ifplugd-0.28/series b/patches/ifplugd-0.28/series index f093c5e62..a564ff7dd 100644 --- a/patches/ifplugd-0.28/series +++ b/patches/ifplugd-0.28/series @@ -1 +1,4 @@ -ifplugd-fix-include.diff +# generated by git-ptx-patches +#tag:base --start-number 1 +0001-Compilation-fails-because-of-kernel-header-inclusion.patch +# bbf895f48ef5cf6b103f60be48b437c9 - git-ptx-patches magic -- 2.25.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de