From patchwork Mon Nov 28 17:23:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6200 Return-Path: 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 4NLXNt091Bz3xfS for ; Mon, 28 Nov 2022 17:23:10 +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 4NLXNr4pwkzPv; Mon, 28 Nov 2022 17:23:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NLXNr3tp0z2xZK; Mon, 28 Nov 2022 17:23:08 +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 4NLXNq6NSTz2xKH for ; Mon, 28 Nov 2022 17:23:07 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NLXNp5kc3zPv for ; Mon, 28 Nov 2022 17:23:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669656187; 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; bh=bOGi60lBRyZN+Liv40ckQ7ZN7/kzA2uOM7DhXXNWnRw=; b=9JTwd/0bKLpRKmtpnNVFylHD+XPSg2JMOIFqzN7NretpdAUToK35hSfYsyNmRfvst8PmWT yjJHCgOMsgRTYnDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669656187; 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; bh=bOGi60lBRyZN+Liv40ckQ7ZN7/kzA2uOM7DhXXNWnRw=; b=tYDzN/0y2VrKY7ZEl9cgkcubfmhXTKnY6AtG5ewyK5WhJcDMLVos/I6tQyLE2eKt3evPbE FNyxVv2RsbzmyaHlchVK758mFuT5Qag1SKQ1ki+sfX4rnDocBvcaV68s8dbFXjVj7CDm8m Ix8dAmLF8jThtb52czcAOpdFuXzz341M7k0FVmke7xd0yv/6KwGcWhAnChk7kgWb9NHjad 7LAybia2ngx0n3zY/XED6CdzP4ExvZoNiHHjBLJC1yVGOyU4N8Oa+CPgjVmvTkcvOMvfLG +bZexZDZgW8HXhBR3JD6h4cjPXDJmlPAtjIiL2az85+9MP1RRuvnYo4rR7QhGA== Message-ID: Date: Mon, 28 Nov 2022 18:23:03 +0100 MIME-Version: 1.0 Content-Language: en-US To: pakfire@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] jail.c: It should have been the other way round, Michael :-) X-BeenThere: pakfire@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Mailinglist for the Pakfire Build System." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: pakfire-bounces@lists.ipfire.org Sender: "Pakfire" Signed-off-by: Peter Müller --- src/libpakfire/jail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libpakfire/jail.c b/src/libpakfire/jail.c index 3e6f691d..775d780e 100644 --- a/src/libpakfire/jail.c +++ b/src/libpakfire/jail.c @@ -22,8 +22,8 @@ #include #include #include -#include #include +#include #include #include #include