Skip to content

Commit

Permalink
tools/blktap2: remove unused inclusion of sys/sysctl.l
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Doug Goldstein <[email protected]>
[ wei: rewrote commit message ]
Acked-by: Wei Liu <[email protected]>
  • Loading branch information
alistair23 authored and Wei Liu committed Dec 25, 2016
1 parent ad891b1 commit 74858c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/blktap2/drivers/block-remus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 74858c9

Please sign in to comment.