From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQFYy-0004la-Ig for qemu-devel@nongnu.org; Mon, 01 Feb 2016 09:34:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQFYt-000452-C0 for qemu-devel@nongnu.org; Mon, 01 Feb 2016 09:34:44 -0500 Received: from mail-vk0-x236.google.com ([2607:f8b0:400c:c05::236]:33712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQFYt-00044y-8H for qemu-devel@nongnu.org; Mon, 01 Feb 2016 09:34:39 -0500 Received: by mail-vk0-x236.google.com with SMTP id e64so78387257vkg.0 for ; Mon, 01 Feb 2016 06:34:39 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <145433633928.1640.17568234812071127997.stgit@localhost> References: <145433632525.1640.17641977349086897078.stgit@localhost> <145433633928.1640.17568234812071127997.stgit@localhost> From: Peter Maydell Date: Mon, 1 Feb 2016 14:34:19 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 2/2] build: [bsd-user] Rename all "syscall.h" in target directories to "target_syscall.h" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Llu=C3=ADs_Vilanova?= Cc: Blue Swirl , QEMU Developers On 1 February 2016 at 14:18, Llu=C3=ADs Vilanova wrot= e: > This fixes double-definitions in bsd-user builds when using the UST > tracing backend (which indirectly includes the system's "syscall.h"). > > Signed-off-by: Llu=C3=ADs Vilanova Reviewed-by: Peter Maydell thanks -- PMM