X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fmtd%2F0004-recv_image-do-not-include-error.h.patch;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fmtd%2F0004-recv_image-do-not-include-error.h.patch;h=5c58dcee8310aff20defa53917b8a909a67eed17;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/mtd/0004-recv_image-do-not-include-error.h.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/mtd/0004-recv_image-do-not-include-error.h.patch new file mode 100644 index 0000000..5c58dce --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/mtd/0004-recv_image-do-not-include-error.h.patch @@ -0,0 +1,30 @@ +From c5837be1cc2422fc16b1fe030548e5a3ab951a54 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?J=C3=B6rg=20Krause?= +Date: Fri, 24 Apr 2015 22:06:31 +0200 +Subject: [PATCH 4/4] recv_image: do not include error.h +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +recv_image does not use anything from it and it is not available with all +C libraries. + +Signed-off-by: Jörg Krause +--- + recv_image.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/recv_image.c b/recv_image.c +index 26a8361..0093831 100644 +--- a/recv_image.c ++++ b/recv_image.c +@@ -4,7 +4,6 @@ + #define _BSD_SOURCE /* struct ip_mreq */ + + #include +-#include + #include + #include + #include +-- +2.3.6