66a6cc750a
Update Xen to version 4.8.1 and update the patches to allow Xen hypervisor and Xen tools to build. The patches applied were re-aranged a little bit. Patches 2, 3 and 4 have been accepted by upstream Xen and won't be required in future releases. Patch 1 (previously patch 2) is still required and was moved to patch 1 to better reflect it's status. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
32 lines
990 B
Diff
32 lines
990 B
Diff
From 74858c9eaf335658b4c19cb4a848bb721065c233 Mon Sep 17 00:00:00 2001
|
|
From: Alistair Francis <alistair.francis@xilinx.com>
|
|
Date: Tue, 20 Dec 2016 11:47:00 -0800
|
|
Subject: [PATCH] tools/blktap2: remove unused inclusion of sys/sysctl.l
|
|
|
|
That header file is not used. Removing it would avoid build error with
|
|
musl libc, which doesn't have that header file.
|
|
|
|
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
|
|
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
|
|
[ wei: rewrote commit message ]
|
|
Acked-by: Wei Liu <wei.liu2@citrix.com>
|
|
---
|
|
tools/blktap2/drivers/block-remus.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/tools/blktap2/drivers/block-remus.c b/tools/blktap2/drivers/block-remus.c
|
|
index 079588d..7401800 100644
|
|
--- a/tools/blktap2/drivers/block-remus.c
|
|
+++ b/tools/blktap2/drivers/block-remus.c
|
|
@@ -54,7 +54,6 @@
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <sys/param.h>
|
|
-#include <sys/sysctl.h>
|
|
#include <unistd.h>
|
|
#include <sys/stat.h>
|
|
|
|
--
|
|
2.7.4
|
|
|