From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agtzH-0004WK-Fy for qemu-devel@nongnu.org; Fri, 18 Mar 2016 08:58:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agtzE-0007Ey-AR for qemu-devel@nongnu.org; Fri, 18 Mar 2016 08:58:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agtzE-0007Es-4r for qemu-devel@nongnu.org; Fri, 18 Mar 2016 08:58:40 -0400 Message-ID: <1458305917.6882.53.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 18 Mar 2016 13:58:37 +0100 In-Reply-To: <6D39441BF12EF246A7ABCE6654B023536BB85D4A@hhmail02.hh.imgtec.org> References: <6D39441BF12EF246A7ABCE6654B023536BB85D4A@hhmail02.hh.imgtec.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Matthew Fortune Cc: "qemu-devel@nongnu.org" On Di, 2016-02-23 at 15:44 +0000, 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