From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1bqH2v-0003RU-AG for mharc-qemu-trivial@gnu.org; Sat, 01 Oct 2016 05:57:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bq7Rd-0006kS-5A for qemu-trivial@nongnu.org; Fri, 30 Sep 2016 19:42:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bq7RY-00019U-EG for qemu-trivial@nongnu.org; Fri, 30 Sep 2016 19:42:20 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bq7RY-00017i-89 for qemu-trivial@nongnu.org; Fri, 30 Sep 2016 19:42:16 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 867F620A0B for ; Sat, 1 Oct 2016 01:42:14 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3sm7Jj5K0KzyZZ; Sat, 1 Oct 2016 01:42:13 +0200 (CEST) Date: Fri, 30 Sep 2016 19:40:21 -0400 From: Felix Janda To: qemu-devel@nongnu.org Cc: Riku Voipio , qemu-trivial@nongnu.org Message-ID: <20160930234021.GC5887@nyan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-Mailman-Approved-At: Sat, 01 Oct 2016 05:57:27 -0400 Subject: [Qemu-trivial] [PATCH] linux-user: include instead of X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 23:42:22 -0000 This removes the last usage of in the code base. Signed-off-by: Felix Janda --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 3d1f694..4bfb671 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -42,7 +42,7 @@ int __clone2(int (*fn)(void *), void *child_stack_base, #include #include #include -#include +#include #include #include #include -- 2.7.3