From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnwrI-00073t-0h for qemu-devel@nongnu.org; Thu, 09 Oct 2008 10:51:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnwrE-0006vT-OO for qemu-devel@nongnu.org; Thu, 09 Oct 2008 10:51:19 -0400 Received: from [199.232.76.173] (port=58993 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnwrE-0006ur-By for qemu-devel@nongnu.org; Thu, 09 Oct 2008 10:51:16 -0400 Received: from bay0-omc3-s25.bay0.hotmail.com ([65.54.246.225]:30106) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnwrD-0000Kd-OC for qemu-devel@nongnu.org; Thu, 09 Oct 2008 10:51:15 -0400 Message-ID: Message-Id: <63119EAF-1F6D-43E9-99B3-777C48F0802D@hotmail.com> From: C.W. Betts Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Thu, 9 Oct 2008 08:50:10 -0600 Subject: [Qemu-devel] [PATCH] get rid of sys/poll.h Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Since the current revision of vl.c doesn't seem to use the system's sys/poll.h header anymore, I am proposing a patch that removes it. Index: vl.c =================================================================== --- vl.c (revision 5452) +++ vl.c (working copy) @@ -51,7 +51,6 @@ #include #include #include -#include #include #include #include