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 / 0003-serve_image-do-not-include-error.h.patch
1 From 2734daedb65c9cc43c0d5247b580c599953102fe 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:04:45 +0200
4 Subject: [PATCH 3/4] serve_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 serve_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  serve_image.c | 1 -
15  1 file changed, 1 deletion(-)
16
17 diff --git a/serve_image.c b/serve_image.c
18 index 38549a1..4f0e946 100644
19 --- a/serve_image.c
20 +++ b/serve_image.c
21 @@ -3,7 +3,6 @@
22
23  #include <time.h>
24  #include <errno.h>
25 -#include <error.h>
26  #include <netdb.h>
27  #include <stdio.h>
28  #include <stdlib.h>
29 --
30 2.3.6