Re: [Qemu-devel] [PATCH] hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1

2016-03-19 Thread Gerd Hoffmann
On Di, 2016-02-23 at 15:44 +, Matthew Fortune wrote: > inotify_init1 usage was guarded by a check for linux but does not > exist on older distributions like CentOS 5 resulting in build > failures. Added to usb patch queue. thanks, Gerd

[Qemu-devel] [PATCH] hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1

2016-02-23 Thread Matthew Fortune
inotify_init1 usage was guarded by a check for linux but does not exist on older distributions like CentOS 5 resulting in build failures. Signed-off-by: Matthew Fortune --- hw/usb/dev-mtp.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hw/usb/dev-mtp.