qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] get rid of sys/poll.h


From: C . W . Betts
Subject: [Qemu-devel] [PATCH] get rid of sys/poll.h
Date: Thu, 9 Oct 2008 08:50:10 -0600

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 <sys/times.h>
 #include <sys/wait.h>
 #include <termios.h>
-#include <sys/poll.h>
 #include <sys/mman.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>







reply via email to

[Prev in Thread] Current Thread [Next in Thread]