]> git.proxmox.com Git - qemu.git/commit
virtfs-proxy-helper: Fix compilation on newer systems
authorStefan Weil <sw@weilnetz.de>
Wed, 11 Jan 2012 18:34:29 +0000 (19:34 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 13 Jan 2012 10:37:00 +0000 (10:37 +0000)
commit822b635d903306e2ea0b7f835d4a5afc3a66e996
tree505aa0409739e20773eb1518a26ca3a31e4fd64a
parentf46cee374218dc5ebda3e7aa6996ef7f1b90eb7c
virtfs-proxy-helper: Fix compilation on newer systems

Include file attr/xattr.h is not available on "newer" systems
(for example Fedora 12 or Debian Squeeze).

See comments in qemu-xattr.h for more information.
This file handles the system dependencies automatically.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
fsdev/virtfs-proxy-helper.c