The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mtd / 0004-recv_image-do-not-include-error.h.patch
1 From c5837be1cc2422fc16b1fe030548e5a3ab951a54 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
3 Date: Fri, 24 Apr 2015 22:06:31 +0200
4 Subject: [PATCH 4/4] recv_image: do not include error.h
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 recv_image does not use anything from it and it is not available with all
10 C libraries.
11
12 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
13 ---
14  recv_image.c | 1 -
15  1 file changed, 1 deletion(-)
16
17 diff --git a/recv_image.c b/recv_image.c
18 index 26a8361..0093831 100644
19 --- a/recv_image.c
20 +++ b/recv_image.c
21 @@ -4,7 +4,6 @@
22  #define _BSD_SOURCE    /* struct ip_mreq */
23
24  #include <errno.h>
25 -#include <error.h>
26  #include <stdio.h>
27  #include <netdb.h>
28  #include <stdlib.h>
29 --
30 2.3.6