]> git.pld-linux.org Git - packages/qemu.git/blame - qemu-xattr.patch
- moved some dependencies to proper subpackages
[packages/qemu.git] / qemu-xattr.patch
CommitLineData
4e8ae6f9
JB
1Workaround <linux/xattr.h> vs <sys/xattr.h> defines conflict:
2When including both, the latter must be included first.
3Move "qemu-xattr.h" (which includes <sys/xattr.h> to the front,
4before <sys/capability.h> (which includes <linux/xattr.h>.
5
6--- qemu-1.7.1/fsdev/virtfs-proxy-helper.c.orig 2014-03-25 15:01:10.000000000 +0100
7+++ qemu-1.7.1/fsdev/virtfs-proxy-helper.c 2014-04-03 02:55:41.115547990 +0200
a3dcf5ff 8@@ -10,6 +10,7 @@
4e8ae6f9
JB
9 */
10
a3dcf5ff 11 #include "qemu/osdep.h"
4e8ae6f9
JB
12+#include "qemu/xattr.h"
13 #include <sys/resource.h>
14 #include <getopt.h>
15 #include <syslog.h>
a3dcf5ff 16@@ -23,7 +24,6 @@
4e8ae6f9
JB
17 #endif
18 #include "qemu-common.h"
19 #include "qemu/sockets.h"
20-#include "qemu/xattr.h"
a3dcf5ff
AM
21 #include "9p-iov-marshal.h"
22 #include "hw/9pfs/9p-proxy.h"
23 #include "fsdev/9p-iov-marshal.h"
24
This page took 0.102331 seconds and 4 git commands to generate.