]> git.pld-linux.org Git - packages/xen.git/blame - sysmacros.patch
- rebuild with ocaml 4.04.1
[packages/xen.git] / sysmacros.patch
CommitLineData
3e18837d
JR
1diff -urN xen-4.6.5/tools/blktap2/control/tap-ctl-allocate.c xen-4.6.5.build/tools/blktap2/control/tap-ctl-allocate.c
2--- xen-4.6.5/tools/blktap2/control/tap-ctl-allocate.c 2017-03-07 17:19:05.000000000 +0100
3+++ xen-4.6.5.build/tools/blktap2/control/tap-ctl-allocate.c 2017-04-14 15:01:13.935244471 +0200
4@@ -36,6 +36,7 @@
5 #include <sys/stat.h>
6 #include <sys/types.h>
7 #include <sys/ioctl.h>
8+#include <sys/sysmacros.h>
9 #include <linux/major.h>
10
11 #include "tap-ctl.h"
12diff -urN xen-4.6.5/tools/libxl/libxl_internal.h xen-4.6.5.build/tools/libxl/libxl_internal.h
13--- xen-4.6.5/tools/libxl/libxl_internal.h 2017-03-07 17:19:05.000000000 +0100
14+++ xen-4.6.5.build/tools/libxl/libxl_internal.h 2017-04-14 15:05:55.088806418 +0200
15@@ -37,6 +37,7 @@
16 #include <unistd.h>
17 #include <ctype.h>
18
19+#include <sys/sysmacros.h>
20 #include <sys/mman.h>
21 #include <sys/poll.h>
22 #include <sys/select.h>
This page took 0.024596 seconds and 4 git commands to generate.