qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Fix building with 2.6.27 kernel headers


From: Riku Voipio
Subject: Re: [Qemu-devel] [PATCH] Fix building with 2.6.27 kernel headers
Date: Fri, 19 Sep 2008 17:10:40 +0300
User-agent: Mutt/1.5.11+cvs20060126

On Thu, Sep 18, 2008 at 06:07:06PM +0300, Kirill A. Shutemov wrote:
> linux/dirent unexported in 2.6.27
> 
> Signed-off-by: Kirill A. Shutemov <address@hidden>

Looks correct,

Acked-By: Riku Voipio <address@hidden>

> ---
>  linux-user/syscall.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/linux-user/syscall.c b/linux-user/syscall.c
> index ce99cf6..4cde5e8 100644
> --- a/linux-user/syscall.c
> +++ b/linux-user/syscall.c
> @@ -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/mtio.h>
>  #include "linux_loop.h"
> -- 
> 1.5.6.5.GIT
> 
> 

-- 
"rm -rf" only sounds scary if you don't have backups




reply via email to

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