X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-lb0-f193.google.com (mail-lb0-f193.google.com [209.85.217.193]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 4C0C4DC023C for ; Wed, 17 Sep 2014 03:36:26 +0000 (UTC) Received: by mail-lb0-f193.google.com with SMTP id z11so283508lbi.4 for ; Tue, 16 Sep 2014 20:36:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=JCV1/pVRzDwhFkd70FM5uXEXlTbGpe3lHDJvTJFoOs4=; b=q8WDMnrGiO9K3/cpMQeFjyUEUHzyZ2ii8ByPv79QLwOqbmHQOKNcrM/cm+1fbxHX/X rvcCStG6oaz1XwfIpUVdAsQ3l+Zjmxfov3EBkVt7LgMHQzeLYTB2emM1IbDq63a8DeMi XAWsh2qb8ecrhSKr6GGYG+/q8KkxegGcr8IMzSD21mw+graX+6h40dCwj3+gnZbOeH9O w2unNZ7YeW3h6ficD5k/9gLHbxlAR3WHZjPsR1AR5M5xrhJqv2Dw+/xx3RqwemxYjiNP LSoMW0EmyEwUEbskGy+OSOWkuIcwjQOWF+YmBvM1qOxkrm/qyB81H25tFWAhI45Rszwl 7Wuw== X-Received: by 10.112.135.199 with SMTP id pu7mr173620lbb.99.1410924982231; Tue, 16 Sep 2014 20:36:22 -0700 (PDT) Received: from alpine-dev.my.domain ([80.64.106.118]) by mx.google.com with ESMTPSA id z2sm1134982laa.15.2014.09.16.20.36.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 16 Sep 2014 20:36:21 -0700 (PDT) From: k0r10n To: alpine-devel@lists.alpinelinux.org Cc: k0r10n Subject: [alpine-devel] [PATCH] Fixing partimage headers Date: Wed, 17 Sep 2014 07:36:15 +0400 Message-Id: <1410924975-11903-1-git-send-email-k0r10n.dev@gmail.com> X-Mailer: git-send-email 2.0.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- aports/testing/partimage/partimage-0.6.9-common.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 aports/testing/partimage/partimage-0.6.9-common.patch diff --git a/aports/testing/partimage/partimage-0.6.9-common.patch b/aports/testing/partimage/partimage-0.6.9-common.patch new file mode 100644 index 0000000..98d3df8 --- /dev/null +++ b/aports/testing/partimage/partimage-0.6.9-common.patch @@ -0,0 +1,10 @@ +--- a/src/shared/common.h ++++ b/src/shared/common.h +@@ -21,6 +21,7 @@ + + #include + #include ++#include + + #include + -- 2.0.0 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---