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
|
||
|
|