]> Git Repo - qemu.git/commit
hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1
authorMatthew Fortune <[email protected]>
Tue, 23 Feb 2016 15:44:27 +0000 (15:44 +0000)
committerGerd Hoffmann <[email protected]>
Fri, 18 Mar 2016 12:58:15 +0000 (13:58 +0100)
commit983bff3530782d51c46c8d7c0e17e2a9dfe5fb77
tree5ce64c551f8aede67545413933aecf3be31b73f9
parentf34d57d359bb539c482a69f2732bf05787127ed4
hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1

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 <[email protected]>
Message-id: 6D39441BF12EF246A7ABCE6654B023536BB85D4A@hhmail02.hh.imgtec.org
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/usb/dev-mtp.c
This page took 0.025344 seconds and 4 git commands to generate.