qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5270] Fix building with 2.6.27 kernel headers (Kirill Shutemov).
@ 2008-09-20  2:29 Andrzej Zaborowski
  0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-09-20  2:29 UTC (permalink / raw)
  To: qemu-devel

Revision: 5270
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5270
Author:   balrog
Date:     2008-09-20 02:29:38 +0000 (Sat, 20 Sep 2008)

Log Message:
-----------
Fix building with 2.6.27 kernel headers (Kirill Shutemov).

<linux/dirent.h> unexported since 2.6.27

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>

Modified Paths:
--------------
    trunk/linux-user/syscall.c

Modified: trunk/linux-user/syscall.c
===================================================================
--- trunk/linux-user/syscall.c	2008-09-20 02:25:39 UTC (rev 5269)
+++ trunk/linux-user/syscall.c	2008-09-20 02:29:38 UTC (rev 5270)
@@ -28,6 +28,7 @@
 #include <fcntl.h>
 #include <time.h>
 #include <limits.h>
+#include <dirent.h>
 #include <sys/types.h>
 #include <sys/ipc.h>
 #include <sys/msg.h>
@@ -68,7 +69,6 @@
 #include <linux/cdrom.h>
 #include <linux/hdreg.h>
 #include <linux/soundcard.h>
-#include <linux/dirent.h>
 #include <linux/kd.h>
 #include "linux_loop.h"
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-20  2:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-20  2:29 [Qemu-devel] [5270] Fix building with 2.6.27 kernel headers (Kirill Shutemov) Andrzej Zaborowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).